[0/3] TAP device fixes

Message ID 20240229173154.121491-1-stephen@networkplumber.org (mailing list archive)
Headers
Series TAP device fixes |

Message

Stephen Hemminger Feb. 29, 2024, 5:31 p.m. UTC
  Add myself as maintainer and fix some bugs found while testing.

Stephen Hemminger (3):
  MAINTAINERS: add maintainer for TAP device
  net/tap: do not overwrite rte_flow errors
  net/tap: compute TC handle correctly

 MAINTAINERS                |  1 +
 drivers/net/tap/tap_flow.c | 44 ++++++++++++++++++++++----------------
 2 files changed, 27 insertions(+), 18 deletions(-)
  

Comments

Ferruh Yigit March 4, 2024, 5:45 p.m. UTC | #1
On 2/29/2024 5:31 PM, Stephen Hemminger wrote:
> Add myself as maintainer and fix some bugs found while testing.
> 
> Stephen Hemminger (3):
>   MAINTAINERS: add maintainer for TAP device
>   net/tap: do not overwrite rte_flow errors
>   net/tap: compute TC handle correctly
>

Series applied to dpdk-next-net/main, thanks.