Re: [dpdk-dev] [PATCH] config: update MAX_FRAG to support jumbo packets

2020-04-06 Thread Ananyev, Konstantin
> > RTE_LIBRTE_IP_FRAG_MAX_FRAG flag value increased from 4 to 8. By this > pkt size greater than 6000 is supported in ip-fragmentation and > ip-reassembly. > > Fixes: 9788b93b9d5 ("config: MAX_FRAG updated to support the jumbo > packets") > Cc: sta...@dpdk.org > > Signed-off-by: Apeksha Gupta

[dpdk-dev] [PATCH] config: update MAX_FRAG to support jumbo packets

2020-04-01 Thread Apeksha Gupta
RTE_LIBRTE_IP_FRAG_MAX_FRAG flag value increased from 4 to 8. By this pkt size greater than 6000 is supported in ip-fragmentation and ip-reassembly. Fixes: 9788b93b9d5 ("config: MAX_FRAG updated to support the jumbo packets") Cc: sta...@dpdk.org Signed-off-by: Apeksha Gupta --- config/common_ba