Re: [PATCH net-next V2 0/8] mlx5e XDP support

2016-09-21 Thread David Miller
From: Tariq Toukan Date: Wed, 21 Sep 2016 12:19:41 +0300 > This series adds XDP support in mlx5e driver. > This includes the use cases: XDP_DROP, XDP_PASS, and XDP_TX. > > Single stream performance tests show 16.5 Mpps for XDP_DROP, > and 12.4 Mpps for XDP_TX, with nice scalability for multiple

[PATCH net-next V2 0/8] mlx5e XDP support

2016-09-21 Thread Tariq Toukan
This series adds XDP support in mlx5e driver. This includes the use cases: XDP_DROP, XDP_PASS, and XDP_TX. Single stream performance tests show 16.5 Mpps for XDP_DROP, and 12.4 Mpps for XDP_TX, with nice scalability for multiple streams/rings. This rate of XDP_DROP is lower than the 32 Mpps we go