RE: [EXTERNAL] Re: [PATCH v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver

2024-03-14 Thread Ratheesh Kannoth
> From: Julien Panis > Sent: Wednesday, March 13, 2024 7:34 PM > On 3/13/24 14:44, Ratheesh Kannoth wrote: > > On 2024-03-12 at 18:52:39, Julien Panis (jpa...@baylibre.com) wrote: > >> This patch adds XDP support to TI AM65 CPSW Ethernet driver. > > is this a ne

Re: [PATCH v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver

2024-03-14 Thread Ratheesh Kannoth
On 2024-03-12 at 18:52:39, Julien Panis (jpa...@baylibre.com) wrote: > This patch adds XDP support to TI AM65 CPSW Ethernet driver. is this a net-next item ? > > The following features are implemented: NETDEV_XDP_ACT_BASIC, > NETDEV_XDP_ACT_REDIRECT, and NETDEV_XDP_ACT_NDO_XMIT. > > Zero-copy and

Re: [PATCH net-next v4 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool

2024-03-26 Thread Ratheesh Kannoth
On 2024-03-25 at 21:30:36, Julien Panis (jpa...@baylibre.com) wrote: > This patch introduces a member and the related accessors which can be > used to store descriptor specific additional information. This member > can store, for instance, an ID to differentiate a skb TX buffer type > from a xdpf T

Re: [PATCH net-next v5 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

2024-03-28 Thread Ratheesh Kannoth
On 2024-03-28 at 14:56:42, Julien Panis (jpa...@baylibre.com) wrote: > This patch adds XDP (eXpress Data Path) support to TI AM65 CPSW > Ethernet driver. The following features are implemented: > - NETDEV_XDP_ACT_BASIC (XDP_PASS, XDP_TX, XDP_DROP, XDP_ABORTED) > - NETDEV_XDP_ACT_REDIRECT (XDP_REDIR