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

2021-10-12 Thread Ferruh Yigit
On 10/12/2021 8:03 AM, Matan Azrad wrote: Hi Ferruh From: Ferruh Yigit On 10/10/2021 7:30 AM, Matan Azrad wrote: Hi Ferruh From: Ferruh Yigit 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 'u

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

2021-10-12 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > On 10/10/2021 7:30 AM, Matan Azrad wrote: > > > > Hi Ferruh > > > > From: Ferruh Yigit > >> 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

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

2021-10-11 Thread Ferruh Yigit
On 10/10/2021 7:30 AM, Matan Azrad wrote: Hi Ferruh From: Ferruh Yigit 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'.

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

2021-10-10 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > 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()

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

2021-10-06 Thread Somnath Kotur
On Wed, Oct 6, 2021 at 3:38 AM Ajit Khaparde wrote: > > On Tue, Oct 5, 2021 at 10:31 AM Ferruh Yigit 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_pk

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

2021-10-05 Thread Ajit Khaparde
On Tue, Oct 5, 2021 at 10:31 AM Ferruh Yigit 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 '