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

2017-06-12 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 Acked-by: Mark Kavanagh Tested-by: Mark Kavanagh --- v1 --> v2 - Removed mtu to dmp->mtu change

[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 extra MTU macro definition (_MBU

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

2017-05-31 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 simply fail for those drivers. Signed-off-by: Santosh Shukla --- - Tested arm64/ThunderX platform for vNIC pmd, - Topology: phy-phy and phy-vm - Tested