net/e1000: report Tx multi segment offload
authorWei Dai <wei.dai@intel.com>
Thu, 10 May 2018 03:56:50 +0000 (11:56 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:31:52 +0000 (22:31 +0100)
commitacca1807e722921d0d93adc49bec454f5ac1d2bb
tree89f85e94698b56a831248a636396fd2224d24b1e
parentb5f6272c242f12fa3403b0d7e9da18fb83da17d4
net/e1000: report Tx multi segment offload

This feature has been confirmed with testpmd:
testpmd> set fwd txonly
testpmd> port stop all
testpmd> port config all txd 1024
testpmd> set txsplit on
testpmd> set txpkts 70,80,90,100
testpmd> start
It can be observed at peer port that UDP packets
with UDP data length 298 bytes.

Signed-off-by: Wei Dai <wei.dai@intel.com>
drivers/net/e1000/igb_rxtx.c