Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-07 Thread Ilya Maximets
On 12/1/22 14:54, Christian Ehrhardt wrote: > On Wed, Nov 23, 2022 at 2:55 PM Ilya Maximets wrote: >> >> On 11/23/22 12:52, Ian Stokes wrote: >>> This commit add support to for DPDK v22.11, it includes the following >>> changes. >>> >>> 1. ci: Reduce DPDK compilation time. >>> 2. system-dpdk:

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-05 Thread Stokes, Ian
> > On Thu, Dec 1, 2022 at 3:24 PM Ilya Maximets wrote: > Frode, do you know the approximate timeline on when we could expect > >>> > >>> As explained above, without landing this ... never :-) > >>> But speaking of timeline - we'd prefer to get this resolved for > >>> Debian/Ubuntu before

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-02 Thread David Marchand
On Thu, Dec 1, 2022 at 5:30 PM Ilya Maximets wrote: > >> Not sure about next week. I think we're waiting for the 22.11.1 release, > >> which should be somewhere in the coming days, but I do not know when > >> exactly > >> that will happen. > >> > >> Kevin, David, is there an exact date

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-01 Thread Ilya Maximets
On 12/1/22 16:58, David Marchand wrote: > Hi all, > > On Thu, Dec 1, 2022 at 3:24 PM Ilya Maximets wrote: Frode, do you know the approximate timeline on when we could expect >>> >>> As explained above, without landing this ... never :-) >>> But speaking of timeline - we'd prefer to get this

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-01 Thread David Marchand
Hi all, On Thu, Dec 1, 2022 at 3:24 PM Ilya Maximets wrote: > >> Frode, do you know the approximate timeline on when we could expect > > > > As explained above, without landing this ... never :-) > > But speaking of timeline - we'd prefer to get this resolved for > > Debian/Ubuntu before most

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-01 Thread Ilya Maximets
On 12/1/22 14:54, Christian Ehrhardt wrote: > On Wed, Nov 23, 2022 at 2:55 PM Ilya Maximets wrote: >> >> On 11/23/22 12:52, Ian Stokes wrote: >>> This commit add support to for DPDK v22.11, it includes the following >>> changes. >>> >>> 1. ci: Reduce DPDK compilation time. >>> 2. system-dpdk:

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-12-01 Thread Christian Ehrhardt
On Wed, Nov 23, 2022 at 2:55 PM Ilya Maximets wrote: > > On 11/23/22 12:52, Ian Stokes wrote: > > This commit add support to for DPDK v22.11, it includes the following > > changes. > > > > 1. ci: Reduce DPDK compilation time. > > 2. system-dpdk: Update vhost tests to be compatible with DPDK

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-30 Thread Thomas Monjalon
30/11/2022 16:30, Stokes, Ian: > > Hi Ian, > > > > Cc: Thomas and John > > > > On Wed, Nov 23, 2022 at 12:52 PM Ian Stokes wrote: > > > diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh > > > index 23c8bbb7a..0aa90e55e 100755 > > > --- a/.ci/linux-build.sh > > > +++ b/.ci/linux-build.sh > >

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-30 Thread Stokes, Ian
> Hi Ian, > > Cc: Thomas and John > > On Wed, Nov 23, 2022 at 12:52 PM Ian Stokes wrote: > > diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh > > index 23c8bbb7a..0aa90e55e 100755 > > --- a/.ci/linux-build.sh > > +++ b/.ci/linux-build.sh > > @@ -142,7 +142,7 @@ function install_dpdk() > >

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-30 Thread Stokes, Ian
: Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11. > > On 11/23/22 12:52, Ian Stokes wrote: > > This commit add support to for DPDK v22.11, it includes the following > > changes. > > > > 1. ci: Reduce DPDK compilation time. > > 2. system-dpdk: Update vh

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-24 Thread David Marchand
Hi Ian, Cc: Thomas and John On Wed, Nov 23, 2022 at 12:52 PM Ian Stokes wrote: > diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh > index 23c8bbb7a..0aa90e55e 100755 > --- a/.ci/linux-build.sh > +++ b/.ci/linux-build.sh > @@ -142,7 +142,7 @@ function install_dpdk() > fi >

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-23 Thread Ilya Maximets
On 11/23/22 12:52, Ian Stokes wrote: > This commit add support to for DPDK v22.11, it includes the following > changes. > > 1. ci: Reduce DPDK compilation time. > 2. system-dpdk: Update vhost tests to be compatible with DPDK 22.07. > >

Re: [ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-23 Thread 0-day Robot
Bleep bloop. Greetings Ian Stokes, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 80 characters long (recommended limit is 79) #112 FILE:

[ovs-dev] [RFC PATCH v2] dpdk: Update to use v22.11.

2022-11-23 Thread Ian Stokes
This commit add support to for DPDK v22.11, it includes the following changes. 1. ci: Reduce DPDK compilation time. 2. system-dpdk: Update vhost tests to be compatible with DPDK 22.07. http://patchwork.ozlabs.org/project/openvswitch/list/?series=316528 3. system-dpdk: Update vhost tests to