mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
Add flow director ATR filter. ATR mode is enabled by default to filter TCP packets. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
15 lines
372 B
Makefile
15 lines
372 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.
|
|
#
|
|
# Makefile for the Wangxun(R) 10GbE PCI Express ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_TXGBE) += txgbe.o
|
|
|
|
txgbe-objs := txgbe_main.o \
|
|
txgbe_hw.o \
|
|
txgbe_phy.o \
|
|
txgbe_irq.o \
|
|
txgbe_fdir.o \
|
|
txgbe_ethtool.o
|