https://bugs.dpdk.org/show_bug.cgi?id=436
Bug ID: 436 Summary: rte_eth_promiscuous_enable fails for memif on l2fwd Product: DPDK Version: 20.02 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: vipin.vargh...@intel.com Target Milestone: --- target: Application: l2fwd CMD: `./build/l2fwd --vdev=net_tap0 --vdev=net_memif,role=master -l 8,51 --socket-mem=128,0 --socket-limit=1024,0 --file-prefix=1 --proc-type=primary --no-pci -- -p 0x3 -T 1` Error: `EAL: Error - exiting with code: 1 Cause: rte_eth_promiscuous_enable:err=Operation not supported, port=1` Possible reason: in file `"rte_eth_memif.c"` for ` struct eth_dev_ops ops`, absence of ".promiscuous_enable & .promiscuous_disable" -- You are receiving this mail because: You are the assignee for the bug.