From: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com> This patchset provides variable frame size functionality with MEMNIC extra features framework.
First, update the memnic.h to synchronise upstream data structure which has extra feature framework. Next, prepare for changing frame size. Finally implement frame size negotiation with host. Hiroshi Shimamoto (5): common: update memnic.h to support variable frame size pmd: prepare to support variable frame size pmd: support variable frame size linux: prepare to support variable frame size linux: support MTU change common/memnic.h | 9 +++++++-- linux/memnic_net.c | 46 +++++++++++++++++++++++++++++++++++++++++----- linux/memnic_net.h | 6 ++++++ pmd/pmd_memnic.c | 43 +++++++++++++++++++++++++++++++++++++------ 4 files changed, 91 insertions(+), 13 deletions(-) -- 1.8.4