Re: [PATCH v2 0/2] dpaa2-eth: add XDP_REDIRECT support

2019-03-03 Thread David Miller
From: Ioana Ciornei Date: Fri, 1 Mar 2019 17:47:23 + > The first patch adds different software annotation types for Tx frames > depending on frame type while the second one actually adds support for basic > XDP_REDIRECT. > > Changes in v2: > - add missing xdp_do_flush_map() call Series ap

[PATCH v2 0/2] dpaa2-eth: add XDP_REDIRECT support

2019-03-01 Thread Ioana Ciornei
The first patch adds different software annotation types for Tx frames depending on frame type while the second one actually adds support for basic XDP_REDIRECT. Changes in v2: - add missing xdp_do_flush_map() call Ioana Radulescu (2): dpaa2-eth: Add software annotation types dpaa2-eth: add