Re: [dpdk-dev] [PATCH] net/octeontx2: fix minimum length to SMQ config

2020-05-11 Thread Jerin Jacob
On Mon, May 11, 2020 at 11:52 AM Sunil Kumar Kori wrote: > > NIX exposes NIX_AF_SMQ(0..511)_CFG to configure minimum length > of the packet which is being used for zero padding if packet is > less than configured value. > > Setting it to default minimum length i.e. 60 bytes. > > Fixes: ec8ddd4fb1b

[dpdk-dev] [PATCH] net/octeontx2: fix minimum length to SMQ config

2020-05-10 Thread Sunil Kumar Kori
NIX exposes NIX_AF_SMQ(0..511)_CFG to configure minimum length of the packet which is being used for zero padding if packet is less than configured value. Setting it to default minimum length i.e. 60 bytes. Fixes: ec8ddd4fb1be ("net/octeontx2: restructure TM helper functions") Signed-off-by: Sun