RE: [PATCH v5 05/10] Add a function named packet_new_nocopy for COLO.

2021-04-07 Thread Zhang, Chen
; Rao, Lei > Subject: [PATCH v5 05/10] Add a function named packet_new_nocopy for > COLO. > > From: "Rao, Lei" > > Use the packet_new_nocopy instead of packet_new in the filter-rewriter > module. There will be one less memory copy in the processing of each > network p

[PATCH v5 05/10] Add a function named packet_new_nocopy for COLO.

2021-04-01 Thread leirao
From: "Rao, Lei" Use the packet_new_nocopy instead of packet_new in the filter-rewriter module. There will be one less memory copy in the processing of each network packet. Signed-off-by: Lei Rao --- net/colo.c| 23 +++ net/colo.h| 1 + net/filter-r