09c7e63a71
Shared memory packet interface (memif) PMD allows for DPDK and any other client using memif (DPDK, VPP, libmemif) to communicate using shared memory. The created device transmits packets in a raw format. It can be used with Ethernet mode, IP mode, or Punt/Inject. At this moment, only Ethernet mode is supported in DPDK memif implementation. Memif is Linux only. Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
15 lines
347 B
INI
15 lines
347 B
INI
;
|
|
; Supported features of the 'memif' network poll mode driver.
|
|
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
[Features]
|
|
Link status = Y
|
|
Basic stats = Y
|
|
Jumbo frame = Y
|
|
ARMv8 = Y
|
|
Power8 = Y
|
|
x86-32 = Y
|
|
x86-64 = Y
|
|
Usage doc = Y
|