On Wed, Jun 12, 2024 at 04:01:07PM +0100, Anatoly Burakov wrote: > From: Ian Stokes <ian.sto...@intel.com> > > In a previous patch a define was added that is not used. This is causing > issues > with CI builds. > > Signed-off-by: Dave Ertman <david.m.ert...@intel.com> > Signed-off-by: Ian Stokes <ian.sto...@intel.com> > --- > drivers/net/ice/base/ice_sched.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/ice/base/ice_sched.c > b/drivers/net/ice/base/ice_sched.c > index d39106173b..cb6131f69d 100644 > --- a/drivers/net/ice/base/ice_sched.c > +++ b/drivers/net/ice/base/ice_sched.c > @@ -4660,7 +4660,6 @@ ice_sched_save_tc_node_bw(struct ice_port_info *pi, u8 > tc, > } > > #define ICE_SCHED_GENERIC_STRICT_MODE BIT(4) > -#define ICE_SCHED_GENERIC_PRIO_M 0xE > #define ICE_SCHED_GENERIC_PRIO_S 1 > This was just added in previous patch, p72, so quash 72 & 73 together for v3.
- [PATCH v2 065/148] net/ice/base: rename netlist check fun... Anatoly Burakov
- [PATCH v2 066/148] net/ice/base: fix check for existing s... Anatoly Burakov
- [PATCH v2 067/148] net/ice/base: fall back to safe CGU pa... Anatoly Burakov
- [PATCH v2 068/148] net/ice/base: change tmr_idx to u32 Anatoly Burakov
- [PATCH v2 069/148] net/ice/base: be more verbose when pre... Anatoly Burakov
- [PATCH v2 070/148] net/ice/base: be more verbose in confi... Anatoly Burakov
- [PATCH v2 071/148] net/ice/base: match code style to upst... Anatoly Burakov
- [PATCH v2 072/148] net/ice/base: update strict status whe... Anatoly Burakov
- Re: [PATCH v2 072/148] net/ice/base: update strict s... Bruce Richardson
- [PATCH v2 073/148] net/ice/base: remove unused define Anatoly Burakov
- Re: [PATCH v2 073/148] net/ice/base: remove unused d... Bruce Richardson
- [PATCH v2 074/148] net/ice/base: improve read retry value... Anatoly Burakov
- [PATCH v2 075/148] net/ice/base: check if recipe buffer w... Anatoly Burakov
- [PATCH v2 076/148] net/ice/base: fix handling recipes whe... Anatoly Burakov
- [PATCH v2 077/148] net/ice/base: use correct type Anatoly Burakov
- [PATCH v2 078/148] net/ice/base: read OROM in a loop Anatoly Burakov
- [PATCH v2 079/148] net/ice/base: ignore snprintf return v... Anatoly Burakov
- [PATCH v2 080/148] net/ice/base: check array bounds Anatoly Burakov
- [PATCH v2 081/148] net/ice/base: copy output IO params fr... Anatoly Burakov
- [PATCH v2 082/148] net/ice/base: enable Next Cluster ID c... Anatoly Burakov
- [PATCH v2 083/148] net/ice/base: fix potential TLV length... Anatoly Burakov