Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add a string literal for IAVF_VC_OP_CONFIG_RSS_LUT
details: https://anonhg.NetBSD.org/src/rev/3e671054094a
branches: trunk
changeset: 978974:3e671054094a
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Thu Dec 10 04:03:00 2020 +0000
description:
Add a string literal for IAVF_VC_OP_CONFIG_RSS_LUT
diffstat:
sys/dev/pci/if_iavf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r f85100873d4e -r 3e671054094a sys/dev/pci/if_iavf.c
--- a/sys/dev/pci/if_iavf.c Thu Dec 10 04:00:11 2020 +0000
+++ b/sys/dev/pci/if_iavf.c Thu Dec 10 04:03:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iavf.c,v 1.10 2020/12/10 04:00:11 yamaguchi Exp $ */
+/* $NetBSD: if_iavf.c,v 1.11 2020/12/10 04:03:00 yamaguchi Exp $ */
/*
* Copyright (c) 2013-2015, Intel Corporation
@@ -75,7 +75,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iavf.c,v 1.10 2020/12/10 04:00:11 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iavf.c,v 1.11 2020/12/10 04:03:00 yamaguchi Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -3783,6 +3783,8 @@
return "EVENT";
case IAVF_VC_OP_CONFIG_RSS_KEY:
return "CONFIG_RSS_KEY";
+ case IAVF_VC_OP_CONFIG_RSS_LUT:
+ return "CONFIG_RSS_LUT";
case IAVF_VC_OP_GET_RSS_HENA_CAPS:
return "GET_RS_HENA_CAPS";
case IAVF_VC_OP_SET_RSS_HENA:
Home |
Main Index |
Thread Index |
Old Index