net/ionic: clean up Tx queue version support
authorAndrew Boyer <aboyer@pensando.io>
Fri, 29 Jan 2021 22:44:34 +0000 (14:44 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 2 Feb 2021 23:48:11 +0000 (00:48 +0100)
commit561176361047ed180362343b8fb725390b387160
tree5acd58cbc4537bdc4d7527a5131d666d19f50400
parent76276d716b2ce6eb9dbef584cec4b67b4e364b21
net/ionic: clean up Tx queue version support

The ionic PMD only supports Tx queue version 1 or greater.
Version 1 introduced a new SGL format with support for more
fragments per descriptor.

Add release notes and an explanation to the docs.

Signed-off-by: Andrew Boyer <aboyer@pensando.io>
doc/guides/nics/ionic.rst
doc/guides/rel_notes/release_21_02.rst
drivers/net/ionic/ionic_dev.h
drivers/net/ionic/ionic_ethdev.c
drivers/net/ionic/ionic_lif.c
drivers/net/ionic/ionic_rxtx.c