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

2021-05-17 Thread Zhang, Chen
; Rao, Lei > Subject: [PATCH v6 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 v6 05/10] Add a function named packet_new_nocopy for COLO.

2021-04-08 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| 25 + net/colo.h| 1 + net/filter