Re: [ovs-dev] [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size

2017-06-12 Thread santosh
Hi Mark, On Monday 12 June 2017 07:28 PM, Kavanagh, Mark B wrote: >> From: Stokes, Ian >> Sent: Monday, June 12, 2017 1:41 PM >> To: Santosh Shukla ; b...@ovn.org; >> db...@vmware.com; >> d...@openvswitch.org >> Cc: ktray...@redhat.com; hemant.agra...@nxp.com;

Re: [ovs-dev] [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size

2017-06-12 Thread Kavanagh, Mark B
>From: Stokes, Ian >Sent: Monday, June 12, 2017 1:41 PM >To: Santosh Shukla ; b...@ovn.org; >db...@vmware.com; >d...@openvswitch.org >Cc: ktray...@redhat.com; hemant.agra...@nxp.com; >jerin.ja...@caviumnetworks.com; Kavanagh, >Mark B

Re: [ovs-dev] [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size

2017-06-12 Thread santosh
Hi Ian, On Monday 12 June 2017 06:11 PM, Stokes, Ian wrote: >> Subject: [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size >> >> Some pmd driver(e.g: vNIC thunderx PMD) want mbuf_size to be multiple of >> cache_line_size. With out this fix, Netdev-dpdk initialization would fail >> for

Re: [ovs-dev] [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size

2017-06-12 Thread Stokes, Ian
> Subject: [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size > > Some pmd driver(e.g: vNIC thunderx PMD) want mbuf_size to be multiple of > cache_line_size. With out this fix, Netdev-dpdk initialization would fail > for those PMD. > > Signed-off-by: Santosh Shukla

[ovs-dev] [PATCH v2] netdev-dpdk: round up mbuf_size to cache_line_size

2017-06-09 Thread Santosh Shukla
Some pmd driver(e.g: vNIC thunderx PMD) want mbuf_size to be multiple of cache_line_size. With out this fix, Netdev-dpdk initialization would fail for those PMD. Signed-off-by: Santosh Shukla --- v1 --> v2 - Removed mtu to dmp->mtu change in v2. - Removed