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

2018-07-12 Thread Yongseok Koh
> On Jul 12, 2018, at 3:46 AM, Adrien Mazarguil > wrote: > > On Wed, Jul 11, 2018 at 05:17:09PM -0700, Yongseok Koh wrote: >> On Wed, Jun 27, 2018 at 08:08:10PM +0200, Adrien Mazarguil wrote: >>> With mlx5, unlike normal flow rules implemented through Verbs for traffic >>> emitted and received

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

2018-07-12 Thread Adrien Mazarguil
On Wed, Jul 11, 2018 at 05:17:09PM -0700, Yongseok Koh wrote: > On Wed, Jun 27, 2018 at 08:08:10PM +0200, 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

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

2018-07-11 Thread Yongseok Koh
On Wed, Jun 27, 2018 at 08:08:10PM +0200, 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 > swit

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

2018-06-27 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