Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-15 Thread Jesse Gross
April 13, 2016 8:50 AM >>> To: Weglicki, MichalX ; dev@openvswitch.org >>> Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support >>> for >>> DPDK 16.04. >>> >> >> [snip] >> >>> As an aside, I've been thinkin

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-15 Thread Panu Matilainen
On 04/13/2016 07:21 PM, Traynor, Kevin wrote: -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Panu Matilainen Sent: Wednesday, April 13, 2016 8:50 AM To: Weglicki, MichalX ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Daniele Di Proietto
ect: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support > for > > DPDK 16.04. > > > > [snip] > > > As an aside, I've been thinking maybe this is a case where OVS could > > support both DPDK 2.2 and 16.04. I know its unprecedented but maybe that > >

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Panu Matilainen > Sent: Wednesday, April 13, 2016 8:50 AM > To: Weglicki, MichalX ; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for > DPD

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Panu Matilainen
@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04. On 04/12/2016 05:05 PM, mweglicx wrote: [...] diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index e09b471..2295e53 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -1740,31 +1740,31

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Weglicki, MichalX
-Original Message- From: Panu Matilainen [mailto:pmati...@redhat.com] Sent: Wednesday, April 13, 2016 9:38 AM To: Weglicki, MichalX ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04. On 04/13/2016 11:33 AM, Panu Matilainen wrote

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Panu Matilainen
relevant artifacts to add support for DPDK 16.04. On 04/12/2016 05:05 PM, mweglicx wrote: [...] diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index e09b471..2295e53 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -1740,31 +1740,31 @@ netdev_dpdk_get_features(const struct netdev

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Panu Matilainen
On 04/13/2016 11:16 AM, Weglicki, MichalX wrote: -Original Message- From: Panu Matilainen [mailto:pmati...@redhat.com] Sent: Wednesday, April 13, 2016 8:50 AM To: Weglicki, MichalX ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Weglicki, MichalX
-Original Message- From: Panu Matilainen [mailto:pmati...@redhat.com] Sent: Wednesday, April 13, 2016 8:50 AM To: Weglicki, MichalX ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04. On 04/12/2016 05:05 PM, mweglicx wrote

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Panu Matilainen
On 04/12/2016 05:05 PM, mweglicx wrote: [...] diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index e09b471..2295e53 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -1740,31 +1740,31 @@ netdev_dpdk_get_features(const struct netdev *netdev_, link = dev->link; ovs_mutex_unl

[ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-12 Thread mweglicx
Following changes are applied: - INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been removed because it is no longer present in DPDK configuration (combined library is created by default), - INSTALL.DPDK.md: VHost Cuse configuration is updated, - netdev-dpdk.c: Link speed definiti