Re: [ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-16 Thread Stokes, Ian
> On 12/16/20 5:31 PM, Stokes, Ian wrote: > >> On 12/16/20 2:00 PM, Stokes, Ian wrote: > From: Ian Stokes > > >>> > >>> Thanks for working and sending this Sunil. > >>> > >>> @Ilya, does this resolve your concerns WRT the pkg-config check and ARM > >> build in travis? > >> > >> It works

Re: [ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-16 Thread Ilya Maximets
On 12/16/20 5:31 PM, Stokes, Ian wrote: >> On 12/16/20 2:00 PM, Stokes, Ian wrote: From: Ian Stokes >>> >>> Thanks for working and sending this Sunil. >>> >>> @Ilya, does this resolve your concerns WRT the pkg-config check and ARM >> build in travis? >> >> It works fine. GHA passed and

Re: [ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-16 Thread Stokes, Ian
> On 12/16/20 2:00 PM, Stokes, Ian wrote: > >> From: Ian Stokes > >> > > > > Thanks for working and sending this Sunil. > > > > @Ilya, does this resolve your concerns WRT the pkg-config check and ARM > build in travis? > > It works fine. GHA passed and Travis for Arm works fine too. > Some

Re: [ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-16 Thread Ilya Maximets
On 12/16/20 2:00 PM, Stokes, Ian wrote: >> From: Ian Stokes >> > > Thanks for working and sending this Sunil. > > @Ilya, does this resolve your concerns WRT the pkg-config check and ARM build > in travis? It works fine. GHA passed and Travis for Arm works fine too. Some small coments inline.

Re: [ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-16 Thread Stokes, Ian
> From: Ian Stokes > Thanks for working and sending this Sunil. @Ilya, does this resolve your concerns WRT the pkg-config check and ARM build in travis? Regards Ian > This commit adds support for DPDK v20.11, it includes the following > changes. > > 1. travis: Remove explicit DPDK kmods

[ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Sunil Pai G
From: Ian Stokes This commit adds support for DPDK v20.11, it includes the following changes. 1. travis: Remove explicit DPDK kmods configuration. 2. sparse: Fix build with 20.05 DPDK tracepoints. 3. netdev-dpdk: Remove experimental API flag.