Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-09 Thread Stokes, Ian
> > On Tue, Nov 30, 2021 at 4:54 PM Ian Stokes wrote: > > > > > > This commit adds support for DPDK v21.11, it includes the following > > > changes. > > > > > > 1. ci: Install python elftools for DPDK 21.02. > > > 2. ci: Update meson requirement for DPDK 21.05. > > > 3. netdev-dpdk: Fix build

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread David Marchand
On Thu, Dec 2, 2021 at 1:26 PM Stokes, Ian wrote: > > The rest is the same than dpdk-latest branch (with the experimental > > api build check kept in dpdk-latest only). > > So lgtm, and with those small things from above fixed, feel free to add: > > So the one thing I spotted was the dpdk unit

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread Ilya Maximets
On 12/2/21 13:37, David Marchand wrote: > On Thu, Dec 2, 2021 at 1:18 PM Ilya Maximets wrote: >> >> On 12/2/21 12:47, David Marchand wrote: >>> I did a quick pass and caught some small things to fix: >>> >>> - should we list 21.11.x for 2.17.x in Documentation/faq/releases.rst table? >> >> This

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread David Marchand
On Thu, Dec 2, 2021 at 1:18 PM Ilya Maximets wrote: > > On 12/2/21 12:47, David Marchand wrote: > > I did a quick pass and caught some small things to fix: > > > > - should we list 21.11.x for 2.17.x in Documentation/faq/releases.rst table? > > This will be done as part of "Prepare for 2.17.0."

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread Stokes, Ian
> On Tue, Nov 30, 2021 at 4:54 PM Ian Stokes wrote: > > > > This commit adds support for DPDK v21.11, it includes the following > > changes. > > > > 1. ci: Install python elftools for DPDK 21.02. > > 2. ci: Update meson requirement for DPDK 21.05. > > 3. netdev-dpdk: Fix build with 21.05. > > 4.

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread Ilya Maximets
On 12/2/21 12:47, David Marchand wrote: > I did a quick pass and caught some small things to fix: > > - should we list 21.11.x for 2.17.x in Documentation/faq/releases.rst table? This will be done as part of "Prepare for 2.17.0." patch while preparing for the actual release along with update for

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread David Marchand
On Tue, Nov 30, 2021 at 4:54 PM Ian Stokes wrote: > > This commit adds support for DPDK v21.11, it includes the following > changes. > > 1. ci: Install python elftools for DPDK 21.02. > 2. ci: Update meson requirement for DPDK 21.05. > 3. netdev-dpdk: Fix build with 21.05. > 4. ci: Compile DPDK

Re: [ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-12-02 Thread Maxime Coquelin
Hi Ian, On 11/30/21 16:53, Ian Stokes wrote: This commit adds support for DPDK v21.11, it includes the following changes. 1. ci: Install python elftools for DPDK 21.02. 2. ci: Update meson requirement for DPDK 21.05. 3. netdev-dpdk: Fix build with 21.05. 4. ci: Compile DPDK in non developer

[ovs-dev] [RFC PATCH 1/1] dpdk: Update to use DPDK v21.11.

2021-11-30 Thread Ian Stokes
This commit adds support for DPDK v21.11, it includes the following changes. 1. ci: Install python elftools for DPDK 21.02. 2. ci: Update meson requirement for DPDK 21.05. 3. netdev-dpdk: Fix build with 21.05. 4. ci: Compile DPDK in non developer mode.