Bug 164

Summary: configure rx queue for JUMBO frame returns warning as offload is 0x0, but eth_pcap_rx_jumbo is present
Product: DPDK Reporter: Vipin Varghese (vipin.varghese)
Component: ethdevAssignee: dev
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: 18.11   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Vipin Varghese 2018-12-11 17:21:26 CET
DPDK version: 18.05 and 18.11 - error seen
Documentation: http://doc.dpdk.org/guides/nics/overview.html - states JUMBO is supported
driver/net/rte_eth_pcap.c: function eth_pcap_rx_jumbo - supported

Question: Why is offload flag not supported but supporting by function in DPDK 18.05 and 18.11?