Re: [ovs-dev] [patch v12 7/8] dp-packet: Add 'do_not_steal' packet batch flag.

2019-02-11 Thread Darrell Ball
sorry, one line of this patch was placed in the wrong function. The following incremental relocates it to the proper function. dball@ubuntu:~/openvswitch/ovs$ git diff diff --git a/lib/dp-packet.h b/lib/dp-packet.h index c4ecd2d..dae197e 100644 --- a/lib/dp-packet.h +++ b/lib/dp-packet.h @@

[ovs-dev] [patch v12 7/8] dp-packet: Add 'do_not_steal' packet batch flag.

2019-02-10 Thread Darrell Ball
This is needed in a subsequent patch and may otherwise be useful. Signed-off-by: Darrell Ball --- lib/dp-packet.h | 2 ++ lib/dpif-netdev.c | 1 + 2 files changed, 3 insertions(+) diff --git a/lib/dp-packet.h b/lib/dp-packet.h index 034b81b..c4ecd2d 100644 --- a/lib/dp-packet.h +++