Re: [dpdk-dev] DPDK Max Mbuf Allocation

2021-09-15 Thread Kamaraj P
Hello All, Thank you for the clarification. Is there any guildliness(readme) that can be added as part of each release notes. This would help us to align our DPDK upgrade in our product. Thanks again for your support Thanks, Kamaraj On Tue, Sep 14, 2021 at 7:35 AM Lance Richardson < lance.richa

Re: [dpdk-dev] DPDK Max Mbuf Allocation

2021-09-13 Thread Lance Richardson
On Mon, Sep 13, 2021 at 11:51 AM Stephen Hemminger wrote: > > On Mon, 13 Sep 2021 16:43:18 +0100 > Ferruh Yigit wrote: > > > On 9/13/2021 5:56 AM, Kamaraj P wrote: > > > Hello All, > > > > > > Would like to understand or if there are any guidelines to allocate the > > > max > > > no of mbuf per

Re: [dpdk-dev] DPDK Max Mbuf Allocation

2021-09-13 Thread Stephen Hemminger
On Mon, 13 Sep 2021 16:43:18 +0100 Ferruh Yigit wrote: > On 9/13/2021 5:56 AM, Kamaraj P wrote: > > Hello All, > > > > Would like to understand or if there are any guidelines to allocate the max > > no of mbuf per NIC ? > > For example, if i have defined as below: > > #define RX_RING_SIZE 1024 >

Re: [dpdk-dev] DPDK Max Mbuf Allocation

2021-09-13 Thread Ferruh Yigit
On 9/13/2021 5:56 AM, Kamaraj P wrote: > Hello All, > > Would like to understand or if there are any guidelines to allocate the max > no of mbuf per NIC ? > For example, if i have defined as below: > #define RX_RING_SIZE 1024 > #define TX_RING_SIZE 1024 > > The Maximum RX/TX queues can be defined

[dpdk-dev] DPDK Max Mbuf Allocation

2021-09-12 Thread Kamaraj P
Hello All, Would like to understand or if there are any guidelines to allocate the max no of mbuf per NIC ? For example, if i have defined as below: #define RX_RING_SIZE 1024 #define TX_RING_SIZE 1024 The Maximum RX/TX queues can be defined as 8 per NIC, What would be the max no of mbuf can be al