Re: [PATCH v5 07/15] net/xsc: add ethdev configure and RSS ops

2025-01-16 Thread WanRenyong
On 2025/1/17 2:19, Stephen Hemminger wrote: > On Tue, 07 Jan 2025 10:49:55 +0800 > "WanRenyong" wrote: > >> +static int >> +xsc_ethdev_rss_hash_conf_get(struct rte_eth_dev *dev, >> + struct rte_eth_rss_conf *rss_conf) >> +{ >> +struct xsc_ethdev_priv *priv = TO_XSC_ETHD

[PATCH v5 07/15] net/xsc: add ethdev configure and RSS ops

2025-01-06 Thread WanRenyong
Implement xsc ethdev configure and RSS hash functions. Signed-off-by: WanRenyong --- v5: * Remove some unnecessary parameter checks. --- doc/guides/nics/features/xsc.ini | 3 ++ drivers/net/xsc/xsc_defs.h | 15 ++ drivers/net/xsc/xsc_dev.c| 26 ++ drivers/net/xsc/xsc