Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-24 Thread Stephen Hemminger
On Tue, 24 Jul 2018 04:35:05 + Shahaf Shuler wrote: > Stephen, > > Tuesday, July 24, 2018 3:51 AM, Stephen Hemminger: > > Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch > > offloads > > > > On Mon, 23 Jul 2018 22:40

Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-23 Thread Shahaf Shuler
Stephen, Tuesday, July 24, 2018 3:51 AM, Stephen Hemminger: > Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch > offloads > > On Mon, 23 Jul 2018 22:40:47 +0100 > Ferruh Yigit wrote: > > > > Just to highlight this new PMD level dependency

Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-23 Thread Stephen Hemminger
On Mon, 23 Jul 2018 22:40:47 +0100 Ferruh Yigit wrote: > On 7/13/2018 10:40 AM, Adrien Mazarguil wrote: > > With mlx5, unlike normal flow rules implemented through Verbs for traffic > > emitted and received by the application, those targeting different logical > > ports of the device (VF represen

Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-23 Thread Ferruh Yigit
On 7/13/2018 10:40 AM, Adrien Mazarguil wrote: > With mlx5, unlike normal flow rules implemented through Verbs for traffic > emitted and received by the application, those targeting different logical > ports of the device (VF representors for instance) are offloaded at the > switch level and must b

Re: [dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-13 Thread Yongseok Koh
On Jul 13, 2018, at 6:27 PM, Adrien Mazarguil mailto:adrien.mazarg...@6wind.com>> wrote: With mlx5, unlike normal flow rules implemented through Verbs for traffic emitted and received by the application, those targeting different logical ports of the device (VF representors for instance) are off

[dpdk-dev] [PATCH v2 1/6] net/mlx5: lay groundwork for switch offloads

2018-07-13 Thread Adrien Mazarguil
With mlx5, unlike normal flow rules implemented through Verbs for traffic emitted and received by the application, those targeting different logical ports of the device (VF representors for instance) are offloaded at the switch level and must be configured through Netlink (TC interface). This patc