[PATCH v12 13/13] net/sxe: add virtual function

Stephen Hemminger stephen at networkplumber.org
Fri Oct 24 18:59:18 CEST 2025


On Mon, 28 Jul 2025 17:05:17 +0800
liujie5 at linkdatatechnology.com wrote:

> @ -2231,7 +2232,7 @@ static s32 sxe_hw_fnav_vm_pool_mask_get(struct sxe_hw *hw,
>  	switch (vm_pool & SXE_SAMPLE_VM_POOL_MASK) {
>  	case 0x0:
>  		*fnavm |= SXE_FNAVM_POOL;
> -		fallthrough;
> +		/* fallthrough */
>  	case 0x7F:
>  		break;
>  	default:
> @

This is a new driver. Fix this in earlier patch, don't patch a patch.


More information about the dev mailing list