Re: [dpdk-dev] [PATCH v5 1/6] ethdev: fix max Rx packet length

2021-10-11 Thread Ferruh Yigit
On 10/8/2021 4:57 PM, Ananyev, Konstantin wrote: There is a confusion on setting max Rx packet length, this patch aims to clarify it. 'rte_eth_dev_configure()' API accepts max Rx packet size via 'uint32_t max_rx_pkt_len' field of the config struct 'struct rte_eth_conf'. Also 'rte_eth_dev_set

Re: [dpdk-dev] [PATCH v5 1/6] ethdev: fix max Rx packet length

2021-10-08 Thread Ananyev, Konstantin
> There is a confusion on setting max Rx packet length, this patch aims to > clarify it. > > 'rte_eth_dev_configure()' API accepts max Rx packet size via > 'uint32_t max_rx_pkt_len' field of the config struct 'struct > rte_eth_conf'. > > Also 'rte_eth_dev_set_mtu()' API can be used to set the