mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
Now that the mvpp2 driver supports classification offloading, we must
add the NETIF_F_NTUPLE to the features list.
Since the current code doesn't allow disabling the feature, we don't set
the flag in dev->hw_features.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mvpp2.h | ||
| mvpp2_cls.c | ||
| mvpp2_cls.h | ||
| mvpp2_debugfs.c | ||
| mvpp2_main.c | ||
| mvpp2_prs.c | ||
| mvpp2_prs.h | ||