summaryrefslogtreecommitdiff
path: root/include/linux/coda.h
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@nvidia.com>2025-06-16 17:14:40 +0300
committerJakub Kicinski <kuba@kernel.org>2025-06-17 18:34:13 -0700
commit46bcce5dfd330c233e59cd5efd7eb43f049b0a82 (patch)
tree5c9d3a42fc3ad0114339a6e4ea821792f2ecb0b5 /include/linux/coda.h
parentb2588ea40ec9472688289c1a644627c0f4a1f33f (diff)
downloadkernel-46bcce5dfd330c233e59cd5efd7eb43f049b0a82.tar.gz
net/mlx5e: Support ethtool tcp-data-split settings
In mlx5, tcp header-data split requires HW GRO to be on. Enabling it fails when HW GRO is off. mlx5e_fix_features now keeps HW GRO on when tcp data split is enabled. Finally, when tcp data split is disabled, features are updated to maybe remove the forced HW GRO. Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Cosmin Ratiu <cratiu@nvidia.com> Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Mark Bloch <mbloch@nvidia.com> Link: https://patch.msgid.link/20250616141441.1243044-12-mbloch@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/coda.h')
0 files changed, 0 insertions, 0 deletions
rivers/staging/unisys/include/timskmod.h?h=linux-5.1.y&id=4cb005a93ceec3ffaf5584a27dafa9ae64944fa7'>Staging: unisys: Remove FAIL_WPOSTCODE_1 macroKen Cox Part of a series to get rid of goto statements embedded in macros. I'm breaking this up into a series of smaller patches for easier review. The later patches in the series will actually remove the goto statements. Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2014-03-19Staging: unisys: Cleanup macros to get rid of goto statementsKen Cox Remove the following macros: TRY CHKFD CHKDD CHKFDX CHKDDX ADDPROCLINE TRY_WPOSTCODE_1 TRY_WPOSTCODE_2 FAIL_WPOSTCODE_2 FAIL_WPOSTCODE_3 Part of a series to get rid of goto statements embedded in macros. I'm breaking this up into a series of smaller patches for easier review. The later patches in the series will actually remove the goto statements. Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2014-03-19Staging: unisys: include: Remove unused macros from timskmod.hKen Cox The following macros were never referenced and have been removed: DEVFROMID DEVFROMFILE DEVFROMINODE DEVFROMIDX TRY_WPOSTCODE_3 Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2014-03-04staging: visorutil driver to provide common functionality to other s-Par driversKen Cox The visorutil module is a support library required by all other s-Par driver modules. Among its features it abstracts reading, writing, and manipulating a block of memory. Signed-off-by: Ken Cox <jkc@redhat.com> Cc: Ben Romer <sparmaintainer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>