Re: [ovs-dev] [PATCH v2] treewide: Use packet batch APIs

2019-09-03 Thread Paul Chaignon
On Tue, Sep 03, 2019 at 06:37PM +, William Tu wrote: > On Sun, Sep 01, 2019 at 03:10:05PM +0200, Paul Chaignon wrote: > > This patch replaces direct accesses to dp_packet_batch and dp_packet > > internal components by the appropriate API calls. It extends commit > >

[ovs-dev] [PATCH v2] treewide: Use packet batch APIs

2019-09-01 Thread Paul Chaignon
ount + dp_packet_batch_size(&b2) ) // Signed-off-by: Paul Chaignon --- Changelogs: Changes in v2: - Rebased on master branch. - Re-applied the semantic patch (new changes in lib/netdev-afxdp.c). lib/dpif-netdev.c | 7 --- lib/flow.c | 2 +- lib/netdev-afxdp.c | 20 ++

[ovs-dev] [PATCH] treewide: Use packet batch APIs

2019-07-07 Thread Paul Chaignon
ount + dp_packet_batch_size(&b2) ) // Signed-off-by: Paul Chaignon --- lib/dpif-netdev.c | 7 --- lib/flow.c | 2 +- lib/netdev-dpdk.c | 3 ++- lib/netdev-dummy.c | 2 +- lib/packets.c | 4 ++-- lib/pcap-file.c| 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) diff -

Re: [ovs-dev] [iovisor-dev] [RFC PATCH 00/11] OVS eBPF datapath.

2018-07-05 Thread Paul Chaignon
On Wed, Jul 04, 2018 at 07:25:50PM -0700, William Tu wrote: > On Tue, Jul 3, 2018 at 10:56 AM, Alexei Starovoitov > wrote: > > On Thu, Jun 28, 2018 at 07:19:35AM -0700, William Tu wrote: > >> Hi Alexei, > >> > >> Thanks a lot for the feedback! > >> > >> On Wed, Jun 27, 2018 at 8:00 PM, Alexei Star