File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ const (
27
27
ETH_SS_STATS
28
28
// ETH_SS_PRIV_FLAGS are driver private flag names
29
29
ETH_SS_PRIV_FLAGS
30
- // _ETH_SS_NTUPLE_FILTERS is deprecated
31
- _ETH_SS_NTUPLE_FILTERS
30
+
31
+ // Deprecated: _ETH_SS_NTUPLE_FILTERS is deprecated
32
+ _ETH_SS_NTUPLE_FILTERS //nolint:unused
32
33
// ETH_SS_FEATURES are device feature names
33
34
ETH_SS_FEATURES
34
35
// ETH_SS_RSS_HASH_FUNCS is RSS hush function names
Original file line number Diff line number Diff line change @@ -434,15 +434,15 @@ const (
434
434
TCA_HTB_MAX = TCA_HTB_CEIL64
435
435
)
436
436
437
- //struct tc_htb_opt {
437
+ // struct tc_htb_opt {
438
438
// struct tc_ratespec rate;
439
439
// struct tc_ratespec ceil;
440
440
// __u32 buffer;
441
441
// __u32 cbuffer;
442
442
// __u32 quantum;
443
443
// __u32 level; /* out only */
444
444
// __u32 prio;
445
- //};
445
+ // };
446
446
447
447
type TcHtbCopt struct {
448
448
Rate TcRateSpec
@@ -1112,7 +1112,7 @@ const (
1112
1112
TCA_FLOWER_KEY_ENC_OPTS
1113
1113
TCA_FLOWER_KEY_ENC_OPTS_MASK
1114
1114
1115
- __TCA_FLOWER_MAX
1115
+ __TCA_FLOWER_MAX //nolint:unused
1116
1116
)
1117
1117
1118
1118
const TCA_CLS_FLAGS_SKIP_HW = 1 << 0 /* don't offload filter to HW */
You can’t perform that action at this time.
0 commit comments