[Intel-wired-lan] PROBLEM: i40e: CPU Soft lockup during XDP detach

Florian Maury florian.maury at gatewatcher.com
Thu Nov 21 09:54:02 UTC 2019


Hi everyone,

Please find hereunder our bug report.

Thank you for your time and your hard work on these drivers.

Best regards,
Florian Maury
Gatewatcher

1. One line summary of the problem:

CPU Soft lockup during XDP detach

2. Full description of the problem/report:

We obseved a CPU soft lockup which seems to happen under very specific 
circumstances:
* NIC is receiving traffic (possibly a significant amount)
* A XDP program is attached to the NIC and uses XDP DRV mode and we try 
to detach it.
* Some undetermined kernel config options are enabled/disabled

The issue has been observed on kernels 4.20, 5.3 and 5.4-rc8, with the 
kernel options specified below. When using "default" Debian kernel 
options (upgraded to 5.3 by using make oldconfig and defaulting all 
options), the issue is not present.

The issue triggers randomly. Sometimes it takes 50 attempts at attaching 
a XDP program and detaching it. Sometimes it crashes at the first detach 
attempt. Sometimes it does not crash for a 100 attempt and it crashes at 
the first attempt after a reboot.

The XDP program content seems to be irrelevant ({return XDP_PASS;} 
triggers the issue).

The received traffic is irrelevant too: for out tests, we injected with 
tcpreplay in loop at around 3Gbps a pcap containing the download of 
/bin/ls over HTTP.

We have been able to pinpoint that the CPU soft lockup happens in 
i40e_main.c, in i40e_get_capabilities. There is a loop that will cycle 
until the capabilities are retrieved with success. Unfortunately, in the 
attached debug logs of the driver, we observed that, at some point, 
writebacks are no longer done, possibly for a very long time.

Our understanding is that there are two problems here:
* there seems to be an issue with acquiring NVM (or maybe that is only 
the symptom, but the first failed writeback happens systematically when 
the NVM acquisition fails) ;
* looping until success has significant impact on our system when the 
first issue triggers.


3. Keywords (i.e., modules, networking, kernel):

i40e, cpu soft lockup

4. Kernel information
4.1 Kernel version:

Linux version 5.4.0-rc8reviewed3 (user at debian) (gcc version 8.3.0 
(Debian 8.3.0-6)) #1 SMP Thu Nov 21 07:55:20 CET 2019

4.2  Kernel .config file:

# cat .config
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.0-rc8 Kernel Configuration
#

#
# Compiler: gcc (Debian 8.3.0-6) 8.3.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_HEADER_TEST is not set
CONFIG_LOCALVERSION="reviewed3"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="gcap"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem

CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem

CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting

CONFIG_CPU_ISOLATION=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem

# CONFIG_IKCONFIG is not set
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=19
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y

#
# Scheduler features
#
# end of Scheduler features

CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
# CONFIG_CGROUP_BPF is not set
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_PRINTK_NMI=y
CONFIG_BUG=y
# CONFIG_PCSPKR_PLATFORM is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
# CONFIG_AIO is not set
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
# CONFIG_USERFAULTFD is not set
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_RSEQ=y
# CONFIG_DEBUG_RSEQ is not set
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
# end of Kernel Performance Events And Counters

CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
CONFIG_SYSTEM_DATA_VERIFICATION=y
# CONFIG_PROFILING is not set
CONFIG_TRACEPOINTS=y
# end of General setup

CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_FILTER_PGPROT=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_CC_HAS_SANE_STACKPROTECTOR=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
# CONFIG_RETPOLINE is not set
# CONFIG_X86_CPU_RESCTRL is not set
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_NUMACHIP is not set
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
# CONFIG_IOSF_MBI is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_HYPERVISOR_GUEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_PROCESSOR_SELECT is not set
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_ZHAOXIN=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_GART_IOMMU is not set
# CONFIG_CALGARY_IOMMU is not set
CONFIG_MAXSMP=y
CONFIG_NR_CPUS_RANGE_BEGIN=8192
CONFIG_NR_CPUS_RANGE_END=8192
CONFIG_NR_CPUS_DEFAULT=8192
CONFIG_NR_CPUS=8192
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
# CONFIG_X86_MCELOG_LEGACY is not set
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=y
CONFIG_PERF_EVENTS_INTEL_CSTATE=y
# CONFIG_PERF_EVENTS_AMD_POWER is not set
# end of Performance monitoring

CONFIG_X86_VSYSCALL_EMULATION=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_X86_5LEVEL is not set
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_X86_CPA_STATISTICS is not set
# CONFIG_AMD_MEM_ENCRYPT is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=10
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
# CONFIG_X86_PMEM_LEGACY is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_UMIP=y
# CONFIG_X86_INTEL_MPX is not set
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_X86_INTEL_TSX_MODE_OFF=y
# CONFIG_X86_INTEL_TSX_MODE_ON is not set
# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set
CONFIG_EFI=y
# CONFIG_EFI_STUB is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_KEXEC_FILE is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0x0
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_XONLY is not set
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
# CONFIG_MODIFY_LDT_SYSCALL is not set
CONFIG_HAVE_LIVEPATCH=y
# end of Processor type and features

CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# CONFIG_ENERGY_MODEL is not set
CONFIG_ARCH_SUPPORTS_ACPI=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_LPIT=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
# CONFIG_ACPI_NFIT is not set
# CONFIG_ACPI_HMAT is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_APEI is not set
# CONFIG_DPTF_POWER is not set
# CONFIG_PMIC_OPREGION is not set
# CONFIG_ACPI_CONFIGFS is not set
CONFIG_X86_PM_TIMER=y
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_STAT is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# end of CPU Frequency scaling

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
# end of Power management and ACPI options

#
# Bus options (PCI etc.)
#
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_MMCONF_FAM10H=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_ISA_BUS is not set
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_X86_SYSFB is not set
# end of Bus options (PCI etc.)

#
# Binary Emulations
#
# CONFIG_IA32_EMULATION is not set
# CONFIG_X86_X32 is not set
# end of Binary Emulations

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
# CONFIG_EFI_VARS is not set
CONFIG_EFI_ESRT=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set
# CONFIG_EFI_RCI2_TABLE is not set
# end of EFI (Extensible Firmware Interface) Support

CONFIG_EFI_EARLYCON=y

#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers

CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set

#
# General architecture-dependent options
#
CONFIG_HOTPLUG_SMT=y
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_64BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_ARCH_HAS_REFCOUNT=y
# CONFIG_REFCOUNT_FULL is not set
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_ARCH_HAS_MEM_ENCRYPT=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling

CONFIG_PLUGIN_HOSTCC="g++"
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_GCC_PLUGINS=y

#
# GCC plugins
#
# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
# end of GCC plugins
# end of General architecture-dependent options

CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULE_SIG_FORMAT=y
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_ASM_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_MODULE_SIG=y
CONFIG_MODULE_SIG_FORCE=y
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA224 is not set
CONFIG_MODULE_SIG_SHA256=y
# CONFIG_MODULE_SIG_SHA384 is not set
# CONFIG_MODULE_SIG_SHA512 is not set
CONFIG_MODULE_SIG_HASH="sha256"
# CONFIG_MODULE_COMPRESS is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
# CONFIG_BLK_CMDLINE_PARSER is not set
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_IOCOST is not set
CONFIG_BLK_DEBUG_FS=y
# CONFIG_BLK_SED_OPAL is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types

CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_PM=y

#
# IO Schedulers
#
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
# CONFIG_IOSCHED_BFQ is not set
# end of IO Schedulers

CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_COREDUMP is not set
# end of Executable file formats

#
# Memory Management options
#
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
# CONFIG_CMA is not set
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_DEFERRED_STRUCT_PAGE_INIT=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
# CONFIG_READ_ONLY_THP_FOR_FS is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
# end of Memory Management options

CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_SKB_EXTENSIONS=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=y
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_UNIX_DIAG=y
# CONFIG_TLS is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
# CONFIG_XDP_SOCKETS is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_ROUTE_MULTIPATH is not set
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=y
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
# CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
# CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
# CONFIG_INET_ESP_OFFLOAD is not set
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_INET_UDP_DIAG=y
# CONFIG_INET_RAW_DIAG is not set
# CONFIG_INET_DIAG_DESTROY is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NETFILTER_NETLINK_OSF=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
# CONFIG_NF_LOG_NETDEV is not set
CONFIG_NETFILTER_CONNCOUNT=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
CONFIG_NF_CT_PROTO_UDPLITE=y
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=m
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
CONFIG_NF_CONNTRACK_BROADCAST=m
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
CONFIG_NF_CONNTRACK_SNMP=m
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NF_NAT_MASQUERADE=y
CONFIG_NETFILTER_SYNPROXY=m
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
CONFIG_NETFILTER_XT_TARGET_TRACE=m
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
CONFIG_NETFILTER_XT_MATCH_RECENT=m
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
# end of Core Netfilter Configuration

CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
# CONFIG_IP_SET_HASH_IPMAC is not set
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
# CONFIG_NF_SOCKET_IPV4 is not set
CONFIG_NF_TPROXY_IPV4=m
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_IP_NF_TARGET_NETMAP is not set
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_SECURITY=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# end of IP: Netfilter Configuration

# CONFIG_NF_CONNTRACK_BRIDGE is not set
CONFIG_BRIDGE_NF_EBTABLES=y
# CONFIG_BRIDGE_EBT_BROUTE is not set
CONFIG_BRIDGE_EBT_T_FILTER=y
# CONFIG_BRIDGE_EBT_T_NAT is not set
# CONFIG_BRIDGE_EBT_802_3 is not set
# CONFIG_BRIDGE_EBT_AMONG is not set
# CONFIG_BRIDGE_EBT_ARP is not set
# CONFIG_BRIDGE_EBT_IP is not set
# CONFIG_BRIDGE_EBT_LIMIT is not set
# CONFIG_BRIDGE_EBT_MARK is not set
# CONFIG_BRIDGE_EBT_PKTTYPE is not set
# CONFIG_BRIDGE_EBT_STP is not set
# CONFIG_BRIDGE_EBT_VLAN is not set
# CONFIG_BRIDGE_EBT_ARPREPLY is not set
# CONFIG_BRIDGE_EBT_DNAT is not set
# CONFIG_BRIDGE_EBT_MARK_T is not set
# CONFIG_BRIDGE_EBT_REDIRECT is not set
# CONFIG_BRIDGE_EBT_SNAT is not set
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_HAVE_NET_DSA=y
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_NET_NCSI is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_NET_DROP_MONITOR is not set
# end of Network testing
# end of Networking options

# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
# CONFIG_FAILOVER is not set
CONFIG_HAVE_EBPF_JIT=y

#
# Device Drivers
#
CONFIG_HAVE_EISA=y
# CONFIG_EISA is not set
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIE_ECRC=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
# CONFIG_PCIEASPM_DEFAULT is not set
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
CONFIG_PCIEASPM_PERFORMANCE=y
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
# CONFIG_PCIE_BW is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_PF_STUB is not set
CONFIG_PCI_ATS=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
# CONFIG_HOTPLUG_PCI is not set

#
# PCI controller drivers
#

#
# Cadence PCIe controllers support
#
# end of Cadence PCIe controllers support

# CONFIG_VMD is not set

#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT_HOST is not set
# CONFIG_PCI_MESON is not set
# end of DesignWare PCI Core Support
# end of PCI controller drivers

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers

# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y

#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER is not set
# CONFIG_FW_LOADER_COMPRESS is not set
# end of Firmware loader

CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
# end of Generic Driver Options

#
# Bus devices
#
# end of Bus devices

CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_BLK_DEV_FD=m
CONFIG_CDROM=m
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=m
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SKD is not set
CONFIG_BLK_DEV_SX8=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# NVME Support
#
CONFIG_NVME_CORE=m
CONFIG_BLK_DEV_NVME=m
# CONFIG_NVME_MULTIPATH is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_TARGET is not set
# end of NVME Support

#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
CONFIG_ICS932S401=m
CONFIG_ENCLOSURE_SERVICES=m
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
CONFIG_ISL29003=m
# CONFIG_ISL29020 is not set
CONFIG_SENSORS_TSL2550=m
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
# CONFIG_PVPANIC is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=m
CONFIG_EEPROM_93CX6=m
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support

CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
# end of Texas Instruments shared transport line discipline

# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module (requires I2C)
#
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC & related support
#

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#

#
# VOP Driver
#
# end of Intel MIC & related support

# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_HABANA_AI is not set
# end of Misc devices

CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_ENCLOSURE=m
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports

CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_BNX2X_FCOE is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
# CONFIG_MEGARAID_LEGACY is not set
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
# CONFIG_SCSI_SMARTPQI is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_MYRS is not set
CONFIG_VMWARE_PVSCSI=m
CONFIG_LIBFC=m
CONFIG_LIBFCOE=m
CONFIG_FCOE=m
CONFIG_FCOE_FNIC=m
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FDOMAIN_PCI is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=m
CONFIG_SCSI_DH_HP_SW=m
CONFIG_SCSI_DH_EMC=m
CONFIG_SCSI_DH_ALUA=m
# end of SCSI device support

CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_MOBILE_LPM_POLICY=0
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_ATA_SFF is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_AUTODETECT is not set
CONFIG_MD_LINEAR=m
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_MD_CLUSTER is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=m
# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_WRITECACHE is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_CLONE is not set
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
# CONFIG_DM_RAID is not set
CONFIG_DM_ZERO=m
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_DUST is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support

# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=m
CONFIG_NET_CORE=y
CONFIG_BONDING=m
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
# CONFIG_NETCONSOLE is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# end of Distributed Switch Architecture drivers

CONFIG_ETHERNET=y
CONFIG_MDIO=m
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_AURORA is not set
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
# CONFIG_BCMGENET is not set
CONFIG_BNX2=m
CONFIG_CNIC=m
CONFIG_TIGON3=m
CONFIG_TIGON3_HWMON=y
CONFIG_BNX2X=m
CONFIG_BNX2X_SRIOV=y
# CONFIG_SYSTEMPORT is not set
# CONFIG_BNXT is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_CADENCE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_NET_VENDOR_CORTINA is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
CONFIG_NET_VENDOR_GOOGLE=y
# CONFIG_GVE is not set
# CONFIG_NET_VENDOR_HP is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=m
CONFIG_IXGB=m
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCA=y
CONFIG_IXGBEVF=m
CONFIG_I40E=m
CONFIG_IAVF=m
CONFIG_I40EVF=m
# CONFIG_ICE is not set
CONFIG_FM10K=m
# CONFIG_IGC is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_NET_VENDOR_XILINX=y
# CONFIG_XILINX_AXI_EMAC is not set
# CONFIG_XILINX_LL_TEMAC is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_MDIO_DEVICE=m
CONFIG_MDIO_BUS=m
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_THUNDER is not set
CONFIG_PHYLIB=m
# CONFIG_LED_TRIGGER_PHY is not set

#
# MII PHY device drivers
#
# CONFIG_ADIN_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83TC811_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_NXP_TJA11XX_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
CONFIG_SMSC_PHY=m
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_USB_NET_DRIVERS is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
CONFIG_VMXNET3=m
# CONFIG_FUJITSU_ES is not set
# CONFIG_NETDEVSIM is not set
# CONFIG_NET_FAILOVER is not set
# CONFIG_ISDN is not set
# CONFIG_NVM is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
# CONFIG_RMI4_CORE is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
CONFIG_CYCLADES=m
# CONFIG_CYZ_INTR is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
CONFIG_SYNCLINK=m
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINK_GT=m
CONFIG_NOZOMI=m
# CONFIG_ISI is not set
CONFIG_N_HDLC=m
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_NULL_TTY is not set
CONFIG_LDISC_AUTOLOAD=y
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_DWLIB=y
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_LPSS=y
CONFIG_SERIAL_8250_MID=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# end of Serial drivers

# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PLAT_DATA=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=y
# CONFIG_IPMI_SSIF is not set
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=m
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_NVRAM=m
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
# CONFIG_HPET is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_TCG_TPM=y
CONFIG_HW_RANDOM_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
# CONFIG_TCG_TIS_I2C_ATMEL is not set
# CONFIG_TCG_TIS_I2C_INFINEON is not set
# CONFIG_TCG_TIS_I2C_NUVOTON is not set
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
# CONFIG_TCG_INFINEON is not set
# CONFIG_TCG_CRB is not set
# CONFIG_TCG_VTPM_PROXY is not set
# CONFIG_TCG_TIS_ST33ZP24_I2C is not set
CONFIG_TELCLOCK=m
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set
# end of Character devices

# CONFIG_RANDOM_TRUST_CPU is not set
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set

#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_MUX_LTC4306 is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_REG is not set
# CONFIG_I2C_MUX_MLXCPLD is not set
# end of Multiplexer I2C Chip support

CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_AMD_MP2 is not set
CONFIG_I2C_I801=m
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_NFORCE2_S4985 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PCA_PLATFORM=m
CONFIG_I2C_SIMTEC=m
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
CONFIG_I2C_PARPORT_LIGHT=m
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_TINY_USB=m

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# end of I2C Hardware Bus support

CONFIG_I2C_STUB=m
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support

# CONFIG_I3C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
# CONFIG_DP83640_PHY is not set
# end of PTP clock support

# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_AVS is not set
# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
CONFIG_BATTERY_MAX17040=m
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_ISP1704 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_AS370 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ASPEED is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DELL_SMM is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_FTSTEUTATES is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
# CONFIG_SENSORS_I5500 is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_XGENE is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
# CONFIG_THERMAL_STATISTICS is not set
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set

#
# Intel thermal drivers
#
# CONFIG_INTEL_POWERCLAMP is not set
CONFIG_X86_PKG_TEMP_THERMAL=m
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
# end of ACPI INT340X thermal drivers

# CONFIG_INTEL_PCH_THERMAL is not set
# end of Intel thermal drivers

CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
# CONFIG_WATCHDOG_SYSFS is not set

#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# CONFIG_WDAT_WDT is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_EBC_C384_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_TQMX86_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_BCMA_POSSIBLE=y
CONFIG_BCMA=m
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
CONFIG_BCMA_DRIVER_PCI=y
CONFIG_BCMA_DRIVER_GMAC_CMN=y
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=m
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=m
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_SI476X_CORE is not set
CONFIG_MFD_SM501=m
# CONFIG_MFD_SKY81452 is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8994 is not set
# end of Multifunction device drivers

# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=64
# CONFIG_VGA_SWITCHEROO is not set
# CONFIG_DRM is not set
# CONFIG_DRM_DP_CEC is not set

#
# ARM devices
#
# end of ARM devices

#
# ACP (Audio CoProcessor) Configuration
#
# end of ACP (Audio CoProcessor) Configuration

CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y

#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=y
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_SIMPLE=y
# CONFIG_FB_SM712 is not set
# end of Frame buffer Devices

#
# Backlight & LCD device support
#
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_PM8941_WLED is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
# end of Backlight & LCD device support

CONFIG_VGASTATE=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
# end of Console display driver support

CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# end of Graphics support

# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_HID_LOGITECH_HIDPP is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_REDRAGON is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# end of Special HID drivers

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
# end of USB HID support

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
# end of I2C HID support

#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
# end of Intel ISH HID support
# end of HID support

CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
# CONFIG_USB_MON is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=m
# CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=m
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_FSL is not set
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_CDNS3 is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set

#
# USB Physical Layer drivers
#
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=m
# CONFIG_USB_ISP1301 is not set
# end of USB Physical Layer drivers

# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set

#
# LED drivers
#
# CONFIG_LEDS_APU is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3532 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_LP3944=m
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
CONFIG_LEDS_CLEVO_MAIL=m
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers 
(HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_MLXCPLD is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_NIC78BX is not set
# CONFIG_LEDS_TI_LMU_COMMON is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
# CONFIG_LEDS_TRIGGER_DISK is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_LEDS_TRIGGER_PANIC is not set
# CONFIG_LEDS_TRIGGER_NETDEV is not set
# CONFIG_LEDS_TRIGGER_PATTERN is not set
# CONFIG_LEDS_TRIGGER_AUDIO is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3028 is not set
# CONFIG_RTC_DRV_RV8803 is not set
# CONFIG_RTC_DRV_SD3078 is not set

#
# SPI RTC drivers
#
CONFIG_RTC_I2C_AND_SPI=m

#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set

#
# HID Sensor RTC drivers
#
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
# CONFIG_ALTERA_MSGDMA is not set
# CONFIG_INTEL_IDMA64 is not set
CONFIG_INTEL_IOATDMA=y
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
CONFIG_DW_DMAC_CORE=y
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_DW_EDMA is not set
# CONFIG_DW_EDMA_PCIE is not set
CONFIG_HSU_DMA=y

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y

#
# DMABUF options
#
# CONFIG_SYNC_FILE is not set
# end of DMABUF options

CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=y
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV_GENIRQ is not set
# CONFIG_UIO_DMEM_GENIRQ is not set
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_PRUSS is not set
# CONFIG_UIO_MF624 is not set
# CONFIG_VFIO is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO_MENU=y
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
# end of Microsoft Hyper-V guest support

# CONFIG_GREYBUS is not set
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set
CONFIG_PMC_ATOM=y
# CONFIG_MFD_CROS_EC is not set
# CONFIG_CHROME_PLATFORMS is not set
# CONFIG_MELLANOX_PLATFORM is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_MAX9485 is not set
# CONFIG_COMMON_CLK_SI5341 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# end of Common Clock Framework

# CONFIG_HWSPINLOCK is not set

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_CLKBLD_I8253=y
# end of Clock Source drivers

CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_IOVA=y
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
# end of Generic IOMMU Pagetable Support

# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
# CONFIG_AMD_IOMMU is not set
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_SVM is not set
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
# end of Remoteproc drivers

#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers

# CONFIG_SOUNDWIRE is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers

#
# Aspeed SoC drivers
#
# end of Aspeed SoC drivers

#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers

#
# NXP/Freescale QorIQ SoC drivers
#
# end of NXP/Freescale QorIQ SoC drivers

#
# i.MX SoC drivers
#
# end of i.MX SoC drivers

#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers

# CONFIG_SOC_TI is not set

#
# Xilinx SoC drivers
#
# CONFIG_XILINX_VCU is not set
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers

# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
# CONFIG_EXTCON_FSA9480 is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set

#
# IRQ chip support
#
# end of IRQ chip support

# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# end of PHY Subsystem

# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
# end of Performance monitor support

CONFIG_RAS=y
# CONFIG_RAS_CEC is not set
# CONFIG_THUNDERBOLT is not set

#
# Android
#
# CONFIG_ANDROID is not set
# end of Android

# CONFIG_LIBNVDIMM is not set
CONFIG_DAX=m
# CONFIG_DEV_DAX is not set
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y

#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support

# CONFIG_FPGA is not set
# CONFIG_UNISYS_VISORBUS is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set
# CONFIG_COUNTER is not set
# end of Device Drivers

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_VALIDATE_FS_PARSER is not set
CONFIG_FS_IOMAP=y
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=m
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=m
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_OVERLAY_FS=y
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
# CONFIG_OVERLAY_FS_INDEX is not set
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
# CONFIG_OVERLAY_FS_METACOPY is not set

#
# Caches
#
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=m
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
# end of Caches

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set
# end of CD-ROM/DVD Filesystems

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set
# end of DOS/FAT/NT Filesystems

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_PROC_PID_ARCH_STATUS=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=m
CONFIG_EFIVAR_FS=m
# end of Pseudo filesystems

# CONFIG_MISC_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
# CONFIG_UNICODE is not set
# end of File systems

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_REQUEST_CACHE is not set
CONFIG_PERSISTENT_KEYRINGS=y
# CONFIG_BIG_KEYS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
# CONFIG_INTEL_TXT is not set
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY_FALLBACK=y
# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
# CONFIG_FORTIFY_SOURCE is not set
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity"

#
# Kernel hardening options
#

#
# Memory initialization
#
CONFIG_INIT_STACK_NONE=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set
CONFIG_GCC_PLUGIN_STACKLEAK=y
CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
# CONFIG_STACKLEAK_METRICS is not set
# CONFIG_STACKLEAK_RUNTIME_DISABLE is not set
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
# end of Memory initialization
# end of Kernel hardening options
# end of Security options

CONFIG_CRYPTO=y

#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_MANAGER_EXTRA_TESTS is not set
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set

#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
# CONFIG_CRYPTO_DH is not set
# CONFIG_CRYPTO_ECDH is not set
# CONFIG_CRYPTO_ECRDSA is not set

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=m
# CONFIG_CRYPTO_OFB is not set
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XTS=y
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set
# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set
# CONFIG_CRYPTO_ADIANTUM is not set
CONFIG_CRYPTO_ESSIV=m

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_VMAC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=m
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
# CONFIG_CRYPTO_XXHASH is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=m
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_POLY1305_X86_64 is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=m
CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_CRYPTO_SHA512_SSSE3=m
CONFIG_CRYPTO_LIB_SHA256=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_SHA3 is not set
# CONFIG_CRYPTO_SM3 is not set
# CONFIG_CRYPTO_STREEBOG is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set

#
# Ciphers
#
CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
CONFIG_CRYPTO_LIB_DES=y
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_CHACHA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_SM4 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=m
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
# CONFIG_CRYPTO_ZSTD is not set

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
CONFIG_CRYPTO_HASH_INFO=y
# CONFIG_CRYPTO_HW is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set

#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
# CONFIG_SECONDARY_TRUSTED_KEYRING is not set
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking

CONFIG_BINARY_PRINTF=y

#
# Library routines
#
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
# CONFIG_CORDIC is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_XARRAY_MULTI=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_SWIOTLB=y
# CONFIG_DMA_API_DEBUG is not set
CONFIG_SGL_ALLOC=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
CONFIG_IRQ_POLL=y
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_UACCESS_MCSAFE=y
CONFIG_ARCH_STACKWALK=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set
# end of Library routines

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set
# end of printk and dmesg options

#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_INSTALL is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_STACK_VALIDATION=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options

# CONFIG_MAGIC_SYSRQ is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MISC=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_PAGE_REF is not set
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
CONFIG_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_CC_HAS_KASAN_GENERIC=y
# CONFIG_KASAN is not set
CONFIG_KASAN_STACK=1
# end of Memory Debugging

CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_WQ_WATCHDOG is not set
# end of Debug Lockups and Hangs

CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=10
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_INFO=y
# CONFIG_SCHEDSTATS is not set
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)

CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_RCU_PERF_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging

# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_PREEMPTIRQ_EVENTS is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_HWLAT_TRACER is not set
# CONFIG_ENABLE_DEFAULT_TRACERS is not set
# CONFIG_FTRACE_SYSCALLS is not set
# CONFIG_TRACER_SNAPSHOT is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_DYNAMIC_EVENTS=y
CONFIG_PROBE_EVENTS=y
# CONFIG_MMIOTRACE is not set
# CONFIG_HIST_TRIGGERS is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
# CONFIG_MEMTEST is not set
CONFIG_BUG_ON_DATA_CORRUPTION=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_UBSAN_ALIGNMENT=y
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_FPU is not set
# CONFIG_PUNIT_ATOM_DEBUG is not set
CONFIG_UNWINDER_ORC=y
# CONFIG_UNWINDER_FRAME_POINTER is not set
# CONFIG_UNWINDER_GUESS is not set
# end of Kernel hacking


5. Most recent kernel version which did not have the bug:

None. Bug triggered on 5.4-rc8


6. Output of Oops.. message (if applicable) with symbolic information

Using softlockup_all_cpu_backtrace=1

[  703.701654] CPU: 18 PID: 1469 Comm: python3 Not tainted 
5.4.0-rc8reviewed3 #1
[  703.701654] Hardware name: Dell Inc. PowerEdge R630/02C2CP, BIOS 
2.8.0 005/17/2018
[  703.701655] Call Trace:
[  703.701658]  <IRQ>
[  703.701666]  dump_stack+0x50/0x68
[  703.701669]  nmi_cpu_backtrace.cold.7+0x13/0x51
[  703.701673]  ? lapic_can_unplug_cpu.cold.29+0x35/0x35
[  703.701674]  nmi_trigger_cpumask_backtrace+0xd6/0xd8
[  703.701679]  rcu_dump_cpu_stacks+0x94/0xc2
[  703.701681]  rcu_sched_clock_irq.cold.89+0x1b4/0x3a1
[  703.701686]  ? __cgroup_account_cputime_field+0x37/0x50
[  703.701691]  ? tick_sched_do_timer+0x60/0x60
[  703.701695]  update_process_times+0x1f/0x50
[  703.701697]  tick_sched_timer+0x32/0x70
[  703.701698]  __hrtimer_run_queues+0x114/0x2b0
[  703.701701]  hrtimer_interrupt+0xfe/0x220
[  703.701706]  ? handle_irq_event_percpu+0x68/0x70
[  703.701710]  smp_apic_timer_interrupt+0x59/0x120
[  703.701711]  apic_timer_interrupt+0xf/0x20
[  703.701712]  </IRQ>
[  703.701714] RIP: 0010:delay_tsc+0x1f/0x70
[  703.701716] Code: 48 ff c8 5b c3 66 0f 1f 44 00 00 53 48 89 fb 65 44 
8b 0d e4 be 9e 69 0f 01 f9 66 90 48 c1 e2 20 48 09 c2 49 89 d0 eb 11 f3 
90 <65> 8b 35 ca be 9e 69 41 39 f1 75 1c 41 89 f1 0f 01 f9 66 90 48 c1
[  703.701717] RSP: 0018:ffff9f8e474776d8 EFLAGS: 00000293 ORIG_RAX: 
ffffffffffffff13
[  703.701718] RAX: 00008c603d932f9f RBX: 000000000001e83f RCX: 
0000000000000012
[  703.701719] RDX: 000000000000b37d RSI: 0000000000000012 RDI: 
000000000001e83f
[  703.701720] RBP: ffff8af3644e8a60 R08: 00008c603d927c22 R09: 
0000000000000012
[  703.701721] R10: 0000000000000000 R11: 0000000000000001 R12: 
ffff9f8e47477768
[  703.701721] R13: ffff8af362f30a60 R14: ffff8af38b4827c8 R15: 
000000000003c186
[  703.701738]  i40e_asq_send_command+0x430/0x5f0 [i40e]
[  703.701741]  ? printk+0x5a/0x76
[  703.701747]  i40e_aq_discover_capabilities+0x7c/0x4e0 [i40e]
[  703.701751]  i40e_get_capabilities+0x6e/0x1e0 [i40e]
[  703.701757]  i40e_rebuild+0x2ad/0x810 [i40e]
[  703.701762]  i40e_xdp+0x18b/0x1b0 [i40e]
[  703.701768]  ? i40e_reconfig_rss_queues+0x110/0x110 [i40e]
[  703.701775]  dev_xdp_install+0x5d/0x80
[  703.701781]  do_setlink+0xaab/0xe40
[  703.701784]  rtnl_setlink+0xdd/0x140
[  703.701786]  rtnetlink_rcv_msg+0x2a3/0x350
[  703.701788]  ? rtnl_calcit.isra.32+0x110/0x110
[  703.701791]  netlink_rcv_skb+0x43/0x110
[  703.701792]  netlink_unicast+0x186/0x210
[  703.701793]  netlink_sendmsg+0x209/0x3c0
[  703.701796]  sock_sendmsg+0x2e/0x40
[  703.701797]  __sys_sendto+0xfe/0x170
[  703.701799]  __x64_sys_sendto+0x21/0x30
[  703.701803]  do_syscall_64+0x59/0x379
[  703.701808]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  703.701809] RIP: 0033:0x7ff8baaf28fa
[  703.701811] Code: 48 c7 c0 ff ff ff ff eb b1 0f 1f 80 00 00 00 00 8b 
05 5a eb 00 00 41 89 ca 85 c0 75 1b 45 31 c9 45 31 c0 b8 2c 00 00 00 0f 
05 <48> 3d 00 f0 ff ff 77 66 c3 0f 1f 44 00 00 41 56 41 89 ce 41 55 49
[  703.701811] RSP: 002b:00007ffdf8fda1c8 EFLAGS: 00000246 ORIG_RAX: 
000000000000002c
[  703.701812] RAX: ffffffffffffffda RBX: 0000000000000017 RCX: 
00007ff8baaf28fa
[  703.701813] RDX: 0000000000000034 RSI: 00007ffdf8fda1e0 RDI: 
0000000000000017
[  703.701814] RBP: 0000000000000014 R08: 0000000000000000 R09: 
0000000000000000
[  703.701814] R10: 0000000000000000 R11: 0000000000000246 R12: 
00007ff8b6afaf00
[  703.701815] R13: 0000000000000004 R14: 00000000ffffffff R15: 
00007ffdf8fda1e0



[7.] A small shell script or example program which triggers the
      problem (if possible)

# apt install python3-bpfcc
# ip link set <iface> up promisc on
# cat poc.py
import bcc
import time
import sys

def go(i):
     a = bcc.BPF(text='''
BPF_HASH(blip, int, int, 4096);
int entrypoint(struct xdp_md *ctx) {
     return XDP_PASS;
}
     ''', cflags=[f'-DCUSTOMINT={i})'])
     print(f'Attaching: attempt {i}')
     a.attach_xdp(sys.argv[1], a.load_func('entrypoint', a.XDP), 1<<2)
     time.sleep(30)
     print(f'Detaching: attempt {i}')
     a.remove_xdp(sys.argv[1], 1<<2)
     time.sleep(30)

for i in range(1000):
     go(i)

# python3 poc.py <iface>

[8.] Environment
[8.1.] Software

# awk -f scripts/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux debian 5.4.0-rc8reviewed3 #1 SMP Thu Nov 21 07:55:20 CET 2019 
x86_64 GNU/Linux

GNU Make            	4.2.1
Binutils            	2.31.1
Util-linux          	2.33.1
Mount               	2.33.1
Module-init-tools   	26
E2fsprogs           	1.44.5
Linux C Library     	2.28
Dynamic linker (ldd)	2.28
Linux C++ Library   	6.0.25
Procps              	3.3.15
Kbd                 	2.0.4
Console-tools       	2.0.4
Sh-utils            	8.30
Udev                	241
Modules Loaded      	br_netfilter cdrom crc32c_intel ext4 i2c_algo_bit 
i2c_core i40e igb iptable_filter iptable_nat ip_tables jbd2 lpc_ich 
mbcache megaraid_sas mfd_core nf_conntrack nf_conntrack_netlink 
nf_defrag_ipv4 nf_nat nfnetlink sd_mod sg sr_mod usb_storage 
x86_pkg_temp_thermal xt_addrtype xt_conntrack xt_MASQUERADE

[8.2.] Processor information (from /proc/cpuinfo):

# cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2895.804
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 0
cpu cores	: 12
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2905.606
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 0
cpu cores	: 12
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2904.422
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 1
cpu cores	: 12
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2905.863
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 1
cpu cores	: 12
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2892.088
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 2
cpu cores	: 12
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2896.303
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 2
cpu cores	: 12
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2898.816
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 3
cpu cores	: 12
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2906.689
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 3
cpu cores	: 12
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2896.854
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 4
cpu cores	: 12
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2894.886
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 4
cpu cores	: 12
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2901.246
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 5
cpu cores	: 12
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2898.346
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 5
cpu cores	: 12
apicid		: 42
initial apicid	: 42
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2900.092
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 8
cpu cores	: 12
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2908.111
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 8
cpu cores	: 12
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2921.789
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 9
cpu cores	: 12
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2892.208
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 9
cpu cores	: 12
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2901.391
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 10
cpu cores	: 12
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2898.307
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 10
cpu cores	: 12
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2900.780
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 11
cpu cores	: 12
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2896.065
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 11
cpu cores	: 12
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2900.212
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 12
cpu cores	: 12
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2893.290
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 12
cpu cores	: 12
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2900.084
cache size	: 30720 KB
physical id	: 0
siblings	: 12
core id		: 13
cpu cores	: 12
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5000.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 63
model name	: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
stepping	: 2
microcode	: 0x3d
cpu MHz		: 2907.637
cache size	: 30720 KB
physical id	: 1
siblings	: 12
core id		: 13
cpu cores	: 12
apicid		: 58
initial apicid	: 58
fpu		: yes
fpu_exception	: yes
cpuid level	: 15
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor 
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 
sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp 
tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm 
ida arat pln pts flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit
bogomips	: 5004.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


[8.3.] Module information (from /proc/modules):

# cat /proc/modules
xt_conntrack 16384 1 - Live 0xffffffffc0601000
xt_MASQUERADE 16384 1 - Live 0xffffffffc05fc000
nf_conntrack_netlink 49152 0 - Live 0xffffffffc05ea000
nfnetlink 16384 2 nf_conntrack_netlink, Live 0xffffffffc05e5000
xt_addrtype 16384 2 - Live 0xffffffffc0464000
iptable_filter 16384 1 - Live 0xffffffffc05e0000
iptable_nat 16384 1 - Live 0xffffffffc05db000
nf_nat 36864 2 xt_MASQUERADE,iptable_nat, Live 0xffffffffc05d1000
nf_conntrack 114688 4 
xt_conntrack,xt_MASQUERADE,nf_conntrack_netlink,nf_nat, Live 
0xffffffffc05b4000
nf_defrag_ipv4 16384 1 nf_conntrack, Live 0xffffffffc0456000
br_netfilter 24576 0 - Live 0xffffffffc04f2000
sg 40960 0 - Live 0xffffffffc0705000
x86_pkg_temp_thermal 16384 0 - Live 0xffffffffc0451000
ip_tables 20480 2 iptable_filter,iptable_nat, Live 0xffffffffc0436000
ext4 745472 1 - Live 0xffffffffc04fd000
mbcache 16384 1 ext4, Live 0xffffffffc0410000
jbd2 122880 1 ext4, Live 0xffffffffc04d3000
sd_mod 53248 3 - Live 0xffffffffc06f7000
crc32c_intel 24576 2 - Live 0xffffffffc06f0000
igb 208896 0 - Live 0xffffffffc0672000
sr_mod 28672 0 - Live 0xffffffffc0666000
i2c_algo_bit 16384 1 igb, Live 0xffffffffc065f000
cdrom 45056 1 sr_mod, Live 0xffffffffc064e000
i40e 425984 0 - Live 0xffffffffc046a000
lpc_ich 28672 0 - Live 0xffffffffc045c000
usb_storage 69632 0 - Live 0xffffffffc043f000
i2c_core 81920 2 igb,i2c_algo_bit, Live 0xffffffffc0421000
mfd_core 16384 1 lpc_ich, Live 0xffffffffc041a000
megaraid_sas 159744 2 - Live 0xffffffffc03e8000

[8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)

# cat /proc/iomem
00000000-00000fff : Reserved
00001000-0009bfff : System RAM
0009c000-0009ffff : Reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000c7fff : Video ROM
000c8000-000c8dff : Adapter ROM
000cf000-000d67ff : Adapter ROM
000e0000-000fffff : Reserved
   000f0000-000fffff : System ROM
00100000-7a288fff : System RAM
7a289000-7af0afff : Reserved
7af0b000-7b93afff : ACPI Non-volatile Storage
7b93b000-7bab5fff : ACPI Tables
7bab6000-7bae8fff : System RAM
7bae9000-7bafefff : ACPI Tables
7baff000-7bafffff : System RAM
7bb00000-8fffffff : Reserved
   80000000-8fffffff : PCI MMCONFIG 0000 [bus 00-ff]
90000000-c7ffbfff : PCI Bus 0000:00
   90000000-920fffff : PCI Bus 0000:03
     90000000-90ffffff : 0000:03:00.1
       90000000-90ffffff : i40e
     91000000-91ffffff : 0000:03:00.0
       91000000-91ffffff : i40e
     92000000-92007fff : 0000:03:00.1
       92000000-92007fff : i40e
     92008000-9200ffff : 0000:03:00.0
       92008000-9200ffff : i40e
   92100000-921fffff : PCI Bus 0000:03
     92100000-9217ffff : 0000:03:00.0
     92180000-921fffff : 0000:03:00.1
   92200000-922fffff : PCI Bus 0000:01
     92200000-9227ffff : 0000:01:00.0
     92280000-922fffff : 0000:01:00.1
   93000000-950fffff : PCI Bus 0000:01
     93000000-93ffffff : 0000:01:00.1
       93000000-93ffffff : i40e
     94000000-94ffffff : 0000:01:00.0
       94000000-94ffffff : i40e
     95000000-95007fff : 0000:01:00.1
       95000000-95007fff : i40e
     95008000-9500ffff : 0000:01:00.0
       95008000-9500ffff : i40e
   96000000-96ffffff : PCI Bus 0000:07
     96000000-96ffffff : PCI Bus 0000:08
       96000000-96ffffff : PCI Bus 0000:09
         96000000-96ffffff : PCI Bus 0000:0a
           96000000-96ffffff : 0000:0a:00.0
   97000000-979fffff : PCI Bus 0000:07
     97000000-979fffff : PCI Bus 0000:08
       97000000-978fffff : PCI Bus 0000:09
         97000000-978fffff : PCI Bus 0000:0a
           97000000-977fffff : 0000:0a:00.0
           97800000-97803fff : 0000:0a:00.0
   97a00000-97cfffff : PCI Bus 0000:06
     97a00000-97afffff : 0000:06:00.1
       97a00000-97afffff : igb
     97b00000-97bfffff : 0000:06:00.0
       97b00000-97bfffff : igb
     97c00000-97c03fff : 0000:06:00.1
       97c00000-97c03fff : igb
     97c04000-97c07fff : 0000:06:00.0
       97c04000-97c07fff : igb
     97c80000-97cfffff : 0000:06:00.0
   97d00000-97efffff : PCI Bus 0000:02
     97d00000-97dfffff : 0000:02:00.0
     97e00000-97e0ffff : 0000:02:00.0
       97e00000-97e0ffff : megasas: LSI
   97f00000-97f007ff : 0000:00:1f.2
     97f00000-97f007ff : ahci
   97f01000-97f017ff : 0000:00:11.4
     97f01000-97f017ff : ahci
   97f02000-97f023ff : 0000:00:1d.0
     97f02000-97f023ff : ehci_hcd
   97f03000-97f033ff : 0000:00:1a.0
     97f03000-97f033ff : ehci_hcd
   97f04000-97f04fff : 0000:00:05.4
c8000000-fbffbfff : PCI Bus 0000:80
   c8000000-c8000fff : 0000:80:05.4
fec00000-fecfffff : PNP0003:00
   fec00000-fec003ff : IOAPIC 0
   fec01000-fec013ff : IOAPIC 1
   fec40000-fec403ff : IOAPIC 2
fed00000-fed003ff : HPET 0
   fed00000-fed003ff : PNP0103:00
fed12000-fed1200f : pnp 00:01
fed12010-fed1201f : pnp 00:01
fed1b000-fed1bfff : pnp 00:01
feda8000-fedabfff : Reserved
   fedab410-fedab414 : iTCO_wdt.0.auto
fee00000-feefffff : pnp 00:01
   fee00000-fee00fff : Local APIC
ff310000-ffffffff : Reserved
100000000-187fffffff : System RAM
   102d000000-102da00b77 : Kernel code
   102da00b78-102e147dbf : Kernel data
   102e65d000-102e7fffff : Kernel bss
38000000000-3bfffffffff : PCI Bus 0000:00
   3bffff00000-3bffff03fff : 0000:00:04.7
     3bffff00000-3bffff03fff : ioatdma
   3bffff04000-3bffff07fff : 0000:00:04.6
     3bffff04000-3bffff07fff : ioatdma
   3bffff08000-3bffff0bfff : 0000:00:04.5
     3bffff08000-3bffff0bfff : ioatdma
   3bffff0c000-3bffff0ffff : 0000:00:04.4
     3bffff0c000-3bffff0ffff : ioatdma
   3bffff10000-3bffff13fff : 0000:00:04.3
     3bffff10000-3bffff13fff : ioatdma
   3bffff14000-3bffff17fff : 0000:00:04.2
     3bffff14000-3bffff17fff : ioatdma
   3bffff18000-3bffff1bfff : 0000:00:04.1
     3bffff18000-3bffff1bfff : ioatdma
   3bffff1c000-3bffff1ffff : 0000:00:04.0
     3bffff1c000-3bffff1ffff : ioatdma
   3bffff22000-3bffff2200f : 0000:00:16.1
   3bffff23000-3bffff2300f : 0000:00:16.0
3c000000000-3ffffffffff : PCI Bus 0000:80
   3fffff00000-3fffff03fff : 0000:80:04.7
     3fffff00000-3fffff03fff : ioatdma
   3fffff04000-3fffff07fff : 0000:80:04.6
     3fffff04000-3fffff07fff : ioatdma
   3fffff08000-3fffff0bfff : 0000:80:04.5
     3fffff08000-3fffff0bfff : ioatdma
   3fffff0c000-3fffff0ffff : 0000:80:04.4
     3fffff0c000-3fffff0ffff : ioatdma
   3fffff10000-3fffff13fff : 0000:80:04.3
     3fffff10000-3fffff13fff : ioatdma
   3fffff14000-3fffff17fff : 0000:80:04.2
     3fffff14000-3fffff17fff : ioatdma
   3fffff18000-3fffff1bfff : 0000:80:04.1
     3fffff18000-3fffff1bfff : ioatdma
   3fffff1c000-3fffff1ffff : 0000:80:04.0
     3fffff1c000-3fffff1ffff : ioatdma


# cat /proc/iomem
00000000-00000fff : Reserved
00001000-0009bfff : System RAM
0009c000-0009ffff : Reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000c7fff : Video ROM
000c8000-000c8dff : Adapter ROM
000cf000-000d67ff : Adapter ROM
000e0000-000fffff : Reserved
   000f0000-000fffff : System ROM
00100000-7a288fff : System RAM
7a289000-7af0afff : Reserved
7af0b000-7b93afff : ACPI Non-volatile Storage
7b93b000-7bab5fff : ACPI Tables
7bab6000-7bae8fff : System RAM
7bae9000-7bafefff : ACPI Tables
7baff000-7bafffff : System RAM
7bb00000-8fffffff : Reserved
   80000000-8fffffff : PCI MMCONFIG 0000 [bus 00-ff]
90000000-c7ffbfff : PCI Bus 0000:00
   90000000-920fffff : PCI Bus 0000:03
     90000000-90ffffff : 0000:03:00.1
       90000000-90ffffff : i40e
     91000000-91ffffff : 0000:03:00.0
       91000000-91ffffff : i40e
     92000000-92007fff : 0000:03:00.1
       92000000-92007fff : i40e
     92008000-9200ffff : 0000:03:00.0
       92008000-9200ffff : i40e
   92100000-921fffff : PCI Bus 0000:03
     92100000-9217ffff : 0000:03:00.0
     92180000-921fffff : 0000:03:00.1
   92200000-922fffff : PCI Bus 0000:01
     92200000-9227ffff : 0000:01:00.0
     92280000-922fffff : 0000:01:00.1
   93000000-950fffff : PCI Bus 0000:01
     93000000-93ffffff : 0000:01:00.1
       93000000-93ffffff : i40e
     94000000-94ffffff : 0000:01:00.0
       94000000-94ffffff : i40e
     95000000-95007fff : 0000:01:00.1
       95000000-95007fff : i40e
     95008000-9500ffff : 0000:01:00.0
       95008000-9500ffff : i40e
   96000000-96ffffff : PCI Bus 0000:07
     96000000-96ffffff : PCI Bus 0000:08
       96000000-96ffffff : PCI Bus 0000:09
         96000000-96ffffff : PCI Bus 0000:0a
           96000000-96ffffff : 0000:0a:00.0
   97000000-979fffff : PCI Bus 0000:07
     97000000-979fffff : PCI Bus 0000:08
       97000000-978fffff : PCI Bus 0000:09
         97000000-978fffff : PCI Bus 0000:0a
           97000000-977fffff : 0000:0a:00.0
           97800000-97803fff : 0000:0a:00.0
   97a00000-97cfffff : PCI Bus 0000:06
     97a00000-97afffff : 0000:06:00.1
       97a00000-97afffff : igb
     97b00000-97bfffff : 0000:06:00.0
       97b00000-97bfffff : igb
     97c00000-97c03fff : 0000:06:00.1
       97c00000-97c03fff : igb
     97c04000-97c07fff : 0000:06:00.0
       97c04000-97c07fff : igb
     97c80000-97cfffff : 0000:06:00.0
   97d00000-97efffff : PCI Bus 0000:02
     97d00000-97dfffff : 0000:02:00.0
     97e00000-97e0ffff : 0000:02:00.0
       97e00000-97e0ffff : megasas: LSI
   97f00000-97f007ff : 0000:00:1f.2
     97f00000-97f007ff : ahci
   97f01000-97f017ff : 0000:00:11.4
     97f01000-97f017ff : ahci
   97f02000-97f023ff : 0000:00:1d.0
     97f02000-97f023ff : ehci_hcd
   97f03000-97f033ff : 0000:00:1a.0
     97f03000-97f033ff : ehci_hcd
   97f04000-97f04fff : 0000:00:05.4
c8000000-fbffbfff : PCI Bus 0000:80
   c8000000-c8000fff : 0000:80:05.4
fec00000-fecfffff : PNP0003:00
   fec00000-fec003ff : IOAPIC 0
   fec01000-fec013ff : IOAPIC 1
   fec40000-fec403ff : IOAPIC 2
fed00000-fed003ff : HPET 0
   fed00000-fed003ff : PNP0103:00
fed12000-fed1200f : pnp 00:01
fed12010-fed1201f : pnp 00:01
fed1b000-fed1bfff : pnp 00:01
feda8000-fedabfff : Reserved
   fedab410-fedab414 : iTCO_wdt.0.auto
fee00000-feefffff : pnp 00:01
   fee00000-fee00fff : Local APIC
ff310000-ffffffff : Reserved
100000000-187fffffff : System RAM
   102d000000-102da00b77 : Kernel code
   102da00b78-102e147dbf : Kernel data
   102e65d000-102e7fffff : Kernel bss
38000000000-3bfffffffff : PCI Bus 0000:00
   3bffff00000-3bffff03fff : 0000:00:04.7
     3bffff00000-3bffff03fff : ioatdma
   3bffff04000-3bffff07fff : 0000:00:04.6
     3bffff04000-3bffff07fff : ioatdma
   3bffff08000-3bffff0bfff : 0000:00:04.5
     3bffff08000-3bffff0bfff : ioatdma
   3bffff0c000-3bffff0ffff : 0000:00:04.4
     3bffff0c000-3bffff0ffff : ioatdma
   3bffff10000-3bffff13fff : 0000:00:04.3
     3bffff10000-3bffff13fff : ioatdma
   3bffff14000-3bffff17fff : 0000:00:04.2
     3bffff14000-3bffff17fff : ioatdma
   3bffff18000-3bffff1bfff : 0000:00:04.1
     3bffff18000-3bffff1bfff : ioatdma
   3bffff1c000-3bffff1ffff : 0000:00:04.0
     3bffff1c000-3bffff1ffff : ioatdma
   3bffff22000-3bffff2200f : 0000:00:16.1
   3bffff23000-3bffff2300f : 0000:00:16.0
3c000000000-3ffffffffff : PCI Bus 0000:80
   3fffff00000-3fffff03fff : 0000:80:04.7
     3fffff00000-3fffff03fff : ioatdma
   3fffff04000-3fffff07fff : 0000:80:04.6
     3fffff04000-3fffff07fff : ioatdma
   3fffff08000-3fffff0bfff : 0000:80:04.5
     3fffff08000-3fffff0bfff : ioatdma
   3fffff0c000-3fffff0ffff : 0000:80:04.4
     3fffff0c000-3fffff0ffff : ioatdma
   3fffff10000-3fffff13fff : 0000:80:04.3
     3fffff10000-3fffff13fff : ioatdma
   3fffff14000-3fffff17fff : 0000:80:04.2
     3fffff14000-3fffff17fff : ioatdma
   3fffff18000-3fffff1bfff : 0000:80:04.1
     3fffff18000-3fffff1bfff : ioatdma
   3fffff1c000-3fffff1ffff : 0000:80:04.0
     3fffff1c000-3fffff1ffff : ioatdma
root at debian:/home/user/linux-5.4-rc8# cat /proc/ioports
0000-03bb : PCI Bus 0000:00
   0000-001f : dma1
   0020-0021 : pic1
   0040-0043 : timer0
   0050-0053 : timer1
   0060-0060 : keyboard
   0061-0061 : PNP0800:00
   0064-0064 : keyboard
   0070-0071 : rtc0
   0080-008f : dma page reg
   00a0-00a1 : pic2
   00c0-00df : dma2
   00f0-00ff : fpu
     00f0-00f0 : PNP0C04:00
   02f8-02ff : serial
03bc-03df : PCI Bus 0000:00
   03c0-03df : vga+
03e0-0cf7 : PCI Bus 0000:00
   03f8-03ff : serial
   0400-047f : pnp 00:01
     0400-0403 : ACPI PM1a_EVT_BLK
     0404-0405 : ACPI PM1a_CNT_BLK
     0408-040b : ACPI PM_TMR
     0420-042f : ACPI GPE0_BLK
     0430-0433 : iTCO_wdt.0.auto
     0450-0450 : ACPI PM2_CNT_BLK
     0460-047f : iTCO_wdt.0.auto
   0500-053f : pnp 00:01
   0540-057f : pnp 00:01
   0600-061f : pnp 00:01
   0800-081f : pnp 00:01
   0880-0883 : pnp 00:01
   0ca0-0ca5 : pnp 00:01
   0ca8-0ca8 : IPMI Address 1
     0ca8-0ca8 : pnp 00:04
       0ca8-0ca8 : ipmi_si
   0cac-0cac : IPMI Address 2
     0cac-0cac : pnp 00:04
       0cac-0cac : ipmi_si
0cf8-0cff : PCI conf1
1000-7fff : PCI Bus 0000:00
   2000-2fff : PCI Bus 0000:02
     2000-20ff : 0000:02:00.0
   3020-303f : 0000:00:1f.2
     3020-303f : ahci
   3040-305f : 0000:00:11.4
     3040-305f : ahci
   3060-3067 : 0000:00:1f.2
     3060-3067 : ahci
   3068-306f : 0000:00:1f.2
     3068-306f : ahci
   3070-3077 : 0000:00:11.4
     3070-3077 : ahci
   3078-307f : 0000:00:11.4
     3078-307f : ahci
   3080-3083 : 0000:00:1f.2
     3080-3083 : ahci
   3084-3087 : 0000:00:1f.2
     3084-3087 : ahci
   3088-308b : 0000:00:11.4
     3088-308b : ahci
   308c-308f : 0000:00:11.4
     308c-308f : ahci
8000-ffff : PCI Bus 0000:80



[8.5.] PCI information ('lspci -vvv' as root)

# lspci -vvv
00:00.0 Host bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 
DMI2 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMI2
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 0
	NUMA node: 0
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- 
BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 
Len=03c <?>
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>

00:01.0 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 1 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 25
	NUMA node: 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: 97d00000-97efffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 1
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee04000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd+
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest+
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

00:02.0 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 2 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 26
	NUMA node: 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 92100000-921fffff
	Prefetchable memory behind bridge: 0000000090000000-00000000920fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 2
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee06000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #3, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd+
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

00:03.0 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 3 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 27
	NUMA node: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 92200000-922fffff
	Prefetchable memory behind bridge: 0000000093000000-00000000950fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 3
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee08000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #7, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

00:03.2 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 3 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	NUMA node: 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 3
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee0a000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #9, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

00:04.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 0
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 37
	NUMA node: 0
	Region 0: Memory at 3bffff1c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 1
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 39
	NUMA node: 0
	Region 0: Memory at 3bffff18000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 2 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 37
	NUMA node: 0
	Region 0: Memory at 3bffff14000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 3 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 39
	NUMA node: 0
	Region 0: Memory at 3bffff10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 4 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 4
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 37
	NUMA node: 0
	Region 0: Memory at 3bffff0c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 5 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 5
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 39
	NUMA node: 0
	Region 0: Memory at 3bffff08000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 6 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 37
	NUMA node: 0
	Region 0: Memory at 3bffff04000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:04.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 7 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 7
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 39
	NUMA node: 0
	Region 0: Memory at 3bffff00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

00:05.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Address Map, VTd_Misc, System Management (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled

00:05.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Hot Plug (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [110 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [120 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [130 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>

00:05.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 RAS, Control Status and Global Errors (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled

00:05.4 PIC: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC 
(rev 02) (prog-if 20 [IO(X)-APIC])
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	Region 0: Memory at 97f04000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.0 Unassigned class [ff00]: Intel Corporation C610/X99 series 
chipset SPSR (rev 05)
	Subsystem: Dell C610/X99 series chipset SPSR
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.4 SATA controller: Intel Corporation C610/X99 series chipset sSATA 
Controller [AHCI mode] (rev 05) (prog-if 01 [AHCI 1.0])
	Subsystem: Dell C610/X99 series chipset sSATA Controller [AHCI mode]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 57
	NUMA node: 0
	Region 0: I/O ports at 3078 [size=8]
	Region 1: I/O ports at 308c [size=4]
	Region 2: I/O ports at 3070 [size=8]
	Region 3: I/O ports at 3088 [size=4]
	Region 4: I/O ports at 3040 [size=32]
	Region 5: Memory at 97f01000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee14000  Data: 4022
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Kernel driver in use: ahci

00:16.0 Communication controller: Intel Corporation C610/X99 series 
chipset MEI Controller #1 (rev 05)
	Subsystem: Dell C610/X99 series chipset MEI Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 255
	NUMA node: 0
	Region 0: Memory at 3bffff23000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000

00:16.1 Communication controller: Intel Corporation C610/X99 series 
chipset MEI Controller #2 (rev 05)
	Subsystem: Dell C610/X99 series chipset MEI Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx+
	Latency: 0
	Interrupt: pin B routed to IRQ 255
	NUMA node: 0
	Region 0: Memory at 3bffff22000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000

00:1a.0 USB controller: Intel Corporation C610/X99 series chipset USB 
Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Dell C610/X99 series chipset USB Enhanced Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	NUMA node: 0
	Region 0: Memory at 97f03000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1c.0 PCI bridge: Intel Corporation C610/X99 series chipset PCI 
Express Root Port #1 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 29
	NUMA node: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s 
<1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via 
WAKE# ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee10000  Data: 4021
	Capabilities: [90] Subsystem: Dell C610/X99 series chipset PCI Express 
Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation C610/X99 series chipset PCI 
Express Root Port #5 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 30
	NUMA node: 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 97a00000-97cfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s 
<512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not 
Supported ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee12000  Data: 4021
	Capabilities: [90] Subsystem: Dell C610/X99 series chipset PCI Express 
Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP+ FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:1c.7 PCI bridge: Intel Corporation C610/X99 series chipset PCI 
Express Root Port #8 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 31
	NUMA node: 0
	Bus: primary=00, secondary=07, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 97000000-979fffff
	Prefetchable memory behind bridge: 0000000096000000-0000000096ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #8, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s 
<512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not 
Supported ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee14000  Data: 4021
	Capabilities: [90] Subsystem: Dell C610/X99 series chipset PCI Express 
Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP+ FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation C610/X99 series chipset USB 
Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Dell C610/X99 series chipset USB Enhanced Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	NUMA node: 0
	Region 0: Memory at 97f02000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation C610/X99 series chipset LPC 
Controller (rev 05)
	Subsystem: Dell C610/X99 series chipset LPC Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation C610/X99 series chipset 
6-Port SATA Controller [AHCI mode] (rev 05) (prog-if 01 [AHCI 1.0])
	Subsystem: Dell C610/X99 series chipset 6-Port SATA Controller [AHCI mode]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 58
	NUMA node: 0
	Region 0: I/O ports at 3068 [size=8]
	Region 1: I/O ports at 3084 [size=4]
	Region 2: I/O ports at 3060 [size=8]
	Region 3: I/O ports at 3080 [size=4]
	Region 4: I/O ports at 3020 [size=32]
	Region 5: Memory at 97f00000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee16000  Data: 4022
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Kernel driver in use: ahci

01:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710 
for 10GbE SFP+ (rev 01)
	Subsystem: Dell Ethernet 10G 4P X710/I350 rNDC
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 85
	NUMA node: 0
	Region 0: Memory at 94000000 (64-bit, prefetchable) [size=16M]
	Region 3: Memory at 95008000 (64-bit, prefetchable) [size=32K]
	Expansion ROM at 92200000 [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=8 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=129 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00001000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<2us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: X710 10GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.3.6
			[PN] Part number: 6VDPG
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: 
DCM1001FFFFFF2101FFFFFF1202FFFFFF2302FFFFFF1403FFFFFF2503FFFFFF1604FFFFFF2704FFFFFF1805FFFFFF2905FFFFFF1A06FFFFFF2B06FFFFFF1C07FFFFFF2D07FFFFFF1E08FFFFFF2F08FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMT7
			[V7] Vendor specific: NMVIntel Corp
			[V8] Vendor specific: L1D0
			[RV] Reserved: checksum good, 1 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF1
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number a6-10-9d-ff-ff-96-6e-24
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [1b0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [1d0 v1] #19
	Kernel driver in use: i40e
	Kernel modules: i40e

01:00.1 Ethernet controller: Intel Corporation Ethernet Controller X710 
for 10GbE SFP+ (rev 01)
	Subsystem: Dell Ethernet 10G X710 rNDC
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 85
	NUMA node: 0
	Region 0: Memory at 93000000 (64-bit, prefetchable) [size=16M]
	Region 3: Memory at 95000000 (64-bit, prefetchable) [size=32K]
	Expansion ROM at 92280000 [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=129 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00001000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<2us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: X710 10GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.3.6
			[PN] Part number: 6VDPG
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: 
DCM1001FFFFFF2101FFFFFF1202FFFFFF2302FFFFFF1403FFFFFF2503FFFFFF1604FFFFFF2704FFFFFF1805FFFFFF2905FFFFFF1A06FFFFFF2B06FFFFFF1C07FFFFFF2D07FFFFFF1E08FFFFFF2F08FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMT7
			[V7] Vendor specific: NMVIntel Corp
			[V8] Vendor specific: L1D0
			[RV] Reserved: checksum good, 1 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF1
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number a6-10-9d-ff-ff-96-6e-24
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [1b0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Kernel driver in use: i40e
	Kernel modules: i40e

02:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 
3108 [Invader] (rev 02)
	Subsystem: Dell PERC H730 Mini
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 59
	NUMA node: 0
	Region 0: I/O ports at 2000 [size=256]
	Region 1: Memory at 97e00000 (64-bit, non-prefetchable) [size=64K]
	Region 3: Memory at 97d00000 (64-bit, non-prefetchable) [size=1M]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 4096 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L0s, Exit Latency L0s 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a8] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [c0] MSI-X: Enable+ Count=97 Masked-
		Vector table: BAR=1 offset=0000e000
		PBA: BAR=1 offset=0000f000
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1e0 v1] #19
	Capabilities: [1c0 v1] Power Budgeting <?>
	Capabilities: [148 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 0
		ARICtl:	MFVC- ACS-, Function Group: 0
	Kernel driver in use: megaraid_sas
	Kernel modules: megaraid_sas

03:00.0 Ethernet controller: Intel Corporation Ethernet Controller XL710 
for 40GbE QSFP+ (rev 02)
	Subsystem: Intel Corporation Ethernet Converged Network Adapter XL710-Q2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 172
	NUMA node: 0
	Region 0: Memory at 91000000 (64-bit, prefetchable) [size=16M]
	Region 3: Memory at 92008000 (64-bit, prefetchable) [size=32K]
	Expansion ROM at 92100000 [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=8 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=129 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00001000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<2us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, 
EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: XL710 40GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.5.17
			[PN] Part number: KF46X
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: 
DCM1001FFFFFF2101FFFFFF1202FFFFFF2302FFFFFF1403FFFFFF2503FFFFFF1604FFFFFF2704FFFFFF1805FFFFFF2905FFFFFF1A06FFFFFF2B06FFFFFF1C07FFFFFF2D07FFFFFF1E08FFFFFF2F08FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMTA
			[V7] Vendor specific: NMVIntel Corp
			[V8] Vendor specific: L1D0
			[RV] Reserved: checksum good, 1 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF1
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number f0-94-09-ff-ff-1e-f2-f8
	Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 1
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [1b0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [1d0 v1] #19
	Kernel driver in use: i40e
	Kernel modules: i40e

03:00.1 Ethernet controller: Intel Corporation Ethernet Controller XL710 
for 40GbE QSFP+ (rev 02)
	Subsystem: Intel Corporation Ethernet Converged Network Adapter XL710-Q2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 172
	NUMA node: 0
	Region 0: Memory at 90000000 (64-bit, prefetchable) [size=16M]
	Region 3: Memory at 92000000 (64-bit, prefetchable) [size=32K]
	Expansion ROM at 92180000 [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=129 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00001000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<2us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: XL710 40GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.5.17
			[PN] Part number: KF46X
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: 
DCM1001FFFFFF2101FFFFFF1202FFFFFF2302FFFFFF1403FFFFFF2503FFFFFF1604FFFFFF2704FFFFFF1805FFFFFF2905FFFFFF1A06FFFFFF2B06FFFFFF1C07FFFFFF2D07FFFFFF1E08FFFFFF2F08FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMTA
			[V7] Vendor specific: NMVIntel Corp
			[V8] Vendor specific: L1D0
			[RV] Reserved: checksum good, 1 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF1
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number f0-94-09-ff-ff-1e-f2-f8
	Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 0
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [1b0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Kernel driver in use: i40e
	Kernel modules: i40e

06:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network 
Connection (rev 01)
	Subsystem: Dell I350 Gigabit Network Connection
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 128 bytes
	Interrupt: pin D routed to IRQ 19
	NUMA node: 0
	Region 0: Memory at 97b00000 (32-bit, non-prefetchable) [size=1M]
	Region 3: Memory at 97c04000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at 97c80000 [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s 
<4us, L1 <32us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: I350 GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.3.6
			[PN] Part number: 6VDPG
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: DCM3001FFFFFF4101FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMT13
			[V7] Vendor specific: NMVIntel Corp
			[RV] Reserved: checksum good, 0 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF0
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number 24-6e-96-ff-ff-ff-ff-03
	Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 1
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		Steering table in TPH capability structure
	Capabilities: [1c0 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [1d0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Kernel driver in use: igb
	Kernel modules: igb

06:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network 
Connection (rev 01)
	Subsystem: Dell I350 Gigabit Network Connection
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 128 bytes
	Interrupt: pin C routed to IRQ 18
	NUMA node: 0
	Region 0: Memory at 97a00000 (32-bit, non-prefetchable) [size=1M]
	Region 3: Memory at 97c00000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s 
<4us, L1 <32us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Not 
Supported
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Vital Product Data
		Product Name: I350 GbE Controller
		Read-only fields:
			[V0] Vendor specific: FFV18.3.6
			[PN] Part number: 6VDPG
			[MN] Manufacture ID: 31 30 32 38
			[V1] Vendor specific: DSV1028VPDR.VER2.0
			[V3] Vendor specific: DTINIC
			[V4] Vendor specific: DCM3001FFFFFF4101FFFFFF
			[V5] Vendor specific: NPY2
			[V6] Vendor specific: PMT13
			[V7] Vendor specific: NMVIntel Corp
			[RV] Reserved: checksum good, 0 byte(s) reserved
		Read/write fields:
			[Y1] System specific: CCF0
		End
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+
	Capabilities: [140 v1] Device Serial Number 24-6e-96-ff-ff-ff-ff-03
	Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 0
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [1a0 v1] Transaction Processing Hints
		Device specific mode supported
		Steering table in TPH capability structure
	Capabilities: [1d0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Kernel driver in use: igb
	Kernel modules: igb

07:00.0 PCI bridge: Renesas Technology Corp. SH7758 PCIe Switch [PS] 
(prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin ? routed to IRQ 32
	NUMA node: 0
	BIST result: 00
	Bus: primary=07, secondary=08, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 97000000-979fffff
	Prefetchable memory behind bridge: 0000000096000000-0000000096ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee16000  Data: 4021
	Capabilities: [70] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s 
unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] Subsystem: Renesas Technology Corp. SH7758 PCIe 
Switch [PS]
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pcieport

08:00.0 PCI bridge: Renesas Technology Corp. SH7758 PCIe Switch [PS] 
(prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin ? routed to IRQ 33
	NUMA node: 0
	BIST result: 00
	Bus: primary=08, secondary=09, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 97000000-978fffff
	Prefetchable memory behind bridge: 0000000096000000-0000000096ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee18000  Data: 4021
	Capabilities: [70] Express (v2) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM not supported, Exit 
Latency L0s unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] Subsystem: Renesas Technology Corp. SH7758 PCIe 
Switch [PS]
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pcieport

09:00.0 PCI bridge: Renesas Technology Corp. SH7758 PCIe-PCI Bridge 
[PPB] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	BIST result: 00
	Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 97000000-978fffff
	Prefetchable memory behind bridge: 0000000096000000-0000000096ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v2) PCI-Express to PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM not supported, Exit 
Latency L0s unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] Subsystem: Renesas Technology Corp. SH7758 PCIe-PCI 
Bridge [PPB]
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC+ UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn+ ChkCap+ ChkEn+

0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. 
G200eR2 (rev 01) (prog-if 00 [VGA controller])
	Subsystem: Dell G200eR2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (4000ns min, 8000ns max)
	Interrupt: pin A routed to IRQ 15
	NUMA node: 0
	Region 0: Memory at 96000000 (32-bit, prefetchable) [size=16M]
	Region 1: Memory at 97800000 (32-bit, non-prefetchable) [size=16K]
	Region 2: Memory at 97000000 (32-bit, non-prefetchable) [size=8M]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [dc] Power Management version 1
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

7f:08.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:08.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:08.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:09.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:09.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:09.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0b.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0b.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:0b.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:0c.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0c.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0d.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0d.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0d.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0d.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:0f.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:10.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 PCIe Ring Interface (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring 
Interface
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:10.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCIe Ring Interface (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring 
Interface
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:10.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:10.6 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:10.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:12.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:12.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Home Agent 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:12.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 0 Debug (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0 
Debug
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:12.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:12.5 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Home Agent 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:12.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 1 Debug (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1 
Debug
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Channel 0/1 Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:13.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Global Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 0 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 0 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:14.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 1 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 1 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:14.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 0 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 0 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 1 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 1 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:14.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Channel 2/3 Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:16.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Global Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 0 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 0 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:17.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 1 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 1 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

7f:17.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 0 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 0 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 1 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 1 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:17.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1e.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1e.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1e.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1e.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Region 0: I/O ports at <ignored> [disabled]
	Kernel driver in use: hswep_uncore

7f:1e.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1f.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 VCU (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

7f:1f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 VCU (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

80:01.0 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 1 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 35
	NUMA node: 1
	Bus: primary=80, secondary=81, subordinate=81, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 1
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee20000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

80:03.0 PCI bridge: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCI 
Express Root Port 3 (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	NUMA node: 1
	Bus: primary=80, secondary=82, subordinate=82, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCI Express Root Port 3
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee22000  Data: 4021
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #7, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L0s 
<512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not 
Supported ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF 
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 
Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ 
EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol+
		UESvrt:	DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 
Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 
Len=018 <?>
	Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 
Len=038 <?>
	Kernel driver in use: pcieport

80:04.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 0
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 47
	NUMA node: 1
	Region 0: Memory at 3fffff1c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 1
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 49
	NUMA node: 1
	Region 0: Memory at 3fffff18000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 2 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 47
	NUMA node: 1
	Region 0: Memory at 3fffff14000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 3 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 49
	NUMA node: 1
	Region 0: Memory at 3fffff10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 4 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 4
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 47
	NUMA node: 1
	Region 0: Memory at 3fffff0c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 5 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 5
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 49
	NUMA node: 1
	Region 0: Memory at 3fffff08000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 6 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 47
	NUMA node: 1
	Region 0: Memory at 3fffff04000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:04.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DMA Channel 7 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 7
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 49
	NUMA node: 1
	Region 0: Memory at 3fffff00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma

80:05.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Address Map, VTd_Misc, System Management (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled

80:05.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Hot Plug (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [110 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [120 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>
	Capabilities: [130 v1] Vendor Specific Information: ID=0006 Rev=1 
Len=010 <?>

80:05.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 RAS, Control Status and Global Errors (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF 
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF 
Disabled

80:05.4 PIC: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC 
(rev 02) (prog-if 20 [IO(X)-APIC])
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 1
	Region 0: Memory at c8000000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

ff:08.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:08.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:08.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:09.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:09.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:09.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 QPI Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0b.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0b.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:0b.2 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 R3 QPI Link 0 & 1 Monitoring (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 
0 & 1 Monitoring
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:0c.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0c.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0d.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0d.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0d.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0d.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Unicast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Unicast 
Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Buffered Ring Agent (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:0f.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 System Address Decoder & Broadcast Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 System 
Address Decoder & Broadcast Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:10.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 PCIe Ring Interface (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring 
Interface
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:10.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 PCIe Ring Interface (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring 
Interface
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:10.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:10.6 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:10.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Scratchpad & Semaphore Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & 
Semaphore Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:12.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:12.1 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Home Agent 0 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:12.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 0 Debug (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0 
Debug
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:12.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:12.5 Performance counters: Intel Corporation Xeon E7 v3/Xeon E5 
v3/Core i7 Home Agent 1 (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:12.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Home Agent 1 Debug (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1 
Debug
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Channel 0/1 Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:13.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Global Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 0 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 0 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:14.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 1 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 1 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:14.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 0 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 0 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 0 Channel 1 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 0 Channel 1 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:14.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 0 & 1 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Target Address, Thermal & RAS 
Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Target Address, Thermal & RAS Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel Target Address Decoder
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Channel 2/3 Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:16.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO Global Broadcast (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 0 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 0 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:17.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 1 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 1 Thermal Control
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: hswep_uncore

ff:17.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 0 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 0 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Integrated Memory Controller 1 Channel 1 ERROR Registers (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Integrated 
Memory Controller 1 Channel 1 ERROR Registers
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.5 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.6 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:17.7 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 DDRIO (VMSE) 2 & 3 (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1e.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1e.1 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1e.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1e.3 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
	Region 0: I/O ports at <ignored> [disabled]
	Kernel driver in use: hswep_uncore

ff:1e.4 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 Power Control Unit (rev 02)
	Subsystem: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 Power 
Control Unit
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1f.0 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 VCU (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

ff:1f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core 
i7 VCU (rev 02)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-


[8.6.] SCSI information (from /proc/scsi/scsi)

# cat /proc/scsi/scsi
Attached devices:
Host: scsi9 Channel: 00 Id: 00 Lun: 00
   Vendor: HL-DT-ST Model: DVD-ROM DU90N    Rev: D3C0
   Type:   CD-ROM                           ANSI  SCSI revision: 05
Host: scsi10 Channel: 02 Id: 00 Lun: 00
   Vendor: DELL     Model: PERC H730 Mini   Rev: 4.29
   Type:   Direct-Access                    ANSI  SCSI revision: 05
Host: scsi11 Channel: 00 Id: 00 Lun: 00
   Vendor: SanDisk  Model: Cruzer Fit       Rev: 1.00
   Type:   Direct-Access                    ANSI  SCSI revision: 06


[8.7.] Other information that might be relevant to the problem
        (please look in /proc and include all information that you
        think to be relevant):

[   32.099380] device eno1 entered promiscuous mode
[   35.638527] irq 111: Affinity broken due to vector space exhaustion.
[   35.638539] irq 115: Affinity broken due to vector space exhaustion.
[   57.855581] i40e 0000:03:00.1: i40e_ptp_stop: removed PHC on enp3s0f1
[   58.130929] i40e 0000:03:00.0: i40e_ptp_stop: removed PHC on enp3s0f0
[   58.415886] i40e 0000:01:00.1: i40e_ptp_stop: removed PHC on eno2
[   58.696899] i40e 0000:01:00.0: i40e_ptp_stop: removed PHC on eno1
[   59.021566] i40e 0000:01:00.0: Error OK, forcing overflow promiscuous 
on PF
[   59.021568] i40e 0000:01:00.0: ignoring delete macvlan error on PF, 
err I40E_ERR_QUEUE_EMPTY, aq_err OK
[   59.021570] i40e 0000:01:00.0: Set default VSI failed, err 
I40E_ERR_QUEUE_EMPTY, aq_err OK
[   59.021571] i40e 0000:01:00.0: Setting promiscuous on failed on PF, 
err I40E_ERR_QUEUE_EMPTY aq_err OK
[   64.549411] i40e: Intel(R) Ethernet Connection XL710 Network Driver - 
version 2.8.20-k
[   64.549412] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[   64.561376] i40e 0000:01:00.0: fw 6.80.48603 api 1.7 nvm 6.00 
0x800034e6 18.3.6 [8086:1572] [1028:1f99]
[   64.791363] i40e 0000:01:00.0: MAC address: 24:6e:96:9d:10:a6
[   64.791495] i40e 0000:01:00.0: FW LLDP is enabled
[   64.794573] i40e 0000:01:00.0 eno1: renamed from eth0
[   64.801164] i40e 0000:01:00.0 eno1: NIC Link is Up, 10 Gbps Full 
Duplex, Flow Control: None
[   64.812363] i40e 0000:01:00.0: PCI-Express: Speed 8.0GT/s Width x8
[   64.821515] i40e 0000:01:00.0: Features: PF-id[0] VFs: 64 VSIs: 2 QP: 
24 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   64.833346] i40e 0000:01:00.1: fw 6.80.48603 api 1.7 nvm 6.00 
0x800034e6 18.3.6 [8086:1572] [1028:0000]
[   65.062945] i40e 0000:01:00.1: MAC address: 24:6e:96:9d:10:a8
[   65.063074] i40e 0000:01:00.1: FW LLDP is enabled
[   65.065871] i40e 0000:01:00.1 eno2: renamed from eth0
[   65.072659] i40e 0000:01:00.1 eno2: NIC Link is Up, 10 Gbps Full 
Duplex, Flow Control: None
[   65.083848] i40e 0000:01:00.1: PCI-Express: Speed 8.0GT/s Width x8
[   65.092999] i40e 0000:01:00.1: Features: PF-id[1] VFs: 64 VSIs: 2 QP: 
24 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   65.104896] i40e 0000:03:00.0: fw 6.80.48812 api 1.7 nvm 6.00 
0x800036d2 18.5.17 [8086:1583] [8086:0006]
[   65.336324] i40e 0000:03:00.0: MAC address: f8:f2:1e:09:94:f0
[   65.336456] i40e 0000:03:00.0: FW LLDP is enabled
[   65.339070] i40e 0000:03:00.0 enp3s0f0: renamed from eth0
[   65.340756] i40e 0000:03:00.0: PCI-Express: Speed 8.0GT/s Width x8
[   65.341121] i40e 0000:03:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 
QP: 24 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   65.353009] i40e 0000:03:00.1: fw 6.80.48812 api 1.7 nvm 6.00 
0x800036d2 18.5.17 [8086:1583] [8086:0000]
[   65.582517] i40e 0000:03:00.1: MAC address: f8:f2:1e:09:94:f2
[   65.582648] i40e 0000:03:00.1: FW LLDP is enabled
[   65.585185] i40e 0000:03:00.1 enp3s0f1: renamed from eth0
[   65.586895] i40e 0000:03:00.1: PCI-Express: Speed 8.0GT/s Width x8
[   65.587262] i40e 0000:03:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 
QP: 24 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   98.383364] i40e 01:00.0 ntc 61 head 62.
[   98.383366] i40e 01:00.0 AQTX: desc and buffer:
[   98.383367] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   98.383368] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.383368] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   98.383369] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B01000
[   98.383370] i40e 01:00.0 AQ CMD Buffer:
[   98.383371] i40e 01:00.0: 	0x00000000: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383372] i40e 01:00.0: 	0x00000010: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383373] i40e 01:00.0: 	0x00000020: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383373] i40e 01:00.0: 	0x00000030: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383374] i40e 01:00.0: 	0x00000040: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383375] i40e 01:00.0: 	0x00000050: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383375] i40e 01:00.0: 	0x00000060: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383376] i40e 01:00.0: 	0x00000070: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383376] i40e 01:00.0: 	0x00000080: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383377] i40e 01:00.0: 	0x00000090: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383378] i40e 01:00.0: 	0x000000a0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383378] i40e 01:00.0: 	0x000000b0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383379] i40e 01:00.0: 	0x000000c0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383379] i40e 01:00.0: 	0x000000d0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383380] i40e 01:00.0: 	0x000000e0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383381] i40e 01:00.0: 	0x000000f0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383381] i40e 01:00.0: 	0x00000100: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383382] i40e 01:00.0: 	0x00000110: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383383] i40e 01:00.0: 	0x00000120: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383383] i40e 01:00.0: 	0x00000130: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383384] i40e 01:00.0: 	0x00000140: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383384] i40e 01:00.0: 	0x00000150: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383385] i40e 01:00.0: 	0x00000160: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383386] i40e 01:00.0: 	0x00000170: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383386] i40e 01:00.0: 	0x00000180: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383387] i40e 01:00.0: 	0x00000190: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383387] i40e 01:00.0: 	0x000001a0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383388] i40e 01:00.0: 	0x000001b0: 11 41 ff ff ff ff ff ff 00 0a 
88 88 f3 8a ff ff
[   98.383388] i40e 01:00.0: 	0x000001c0: dc 34 53 96 ff ff ff ff 45 d3 
5a 96 ff ff ff ff
[   98.383389] i40e 01:00.0: 	0x000001d0: 11 41 ff ff ff ff ff ff 11 41 
ff ff ff ff ff ff
[   98.383390] i40e 01:00.0: 	0x000001e0: 11 41 ff ff ff ff ff ff 00 04 
4c 8a cc d5 95 0f
[   98.383390] i40e 01:00.0: 	0x000001f0: fa ff ff ff 00 00 00 00 40 f5 
e3 46 8e 9f ff ff
[   98.383391] i40e 01:00.0: 	0x00000200: 00 0c 12 97 ff ff ff 00 00 04 
4c 8a cc d5 95 0f
[   98.383391] i40e 01:00.0: 	0x00000210: f5 ff ff ff 00 00 00 00
[   98.386877] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.386878] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   98.386878] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.386879] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   98.386879] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B01000
[   98.386880] i40e 01:00.0 AQ CMD Buffer:
[   98.386881] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[   98.386881] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   98.386882] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386882] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386883] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386883] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386884] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386885] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386885] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386886] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386886] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386887] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386888] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386888] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386889] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386889] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386890] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386891] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386891] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386892] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386892] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386893] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386894] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386894] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386895] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386895] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386896] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386897] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386897] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386898] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386898] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386899] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386900] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.386900] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   98.386902] i40e 01:00.0 ntc 62 head 63.
[   98.386903] i40e 01:00.0 AQTX: desc and buffer:
[   98.386904] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[   98.386905] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.386905] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[   98.386906] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   98.388927] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.388928] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[   98.388928] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.388929] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[   98.388930] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[   98.388932] i40e 01:00.0 ntc 63 head 64.
[   98.388933] i40e 01:00.0 AQTX: desc and buffer:
[   98.388934] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   98.388934] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.388935] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   98.388936] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDB2000
[   98.388936] i40e 01:00.0 AQ CMD Buffer:
[   98.388937] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[   98.388938] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   98.388938] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388939] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388939] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388940] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388941] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388941] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388942] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388942] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388943] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388944] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388944] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388945] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388945] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388946] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388947] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388947] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388948] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388949] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388949] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388950] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388950] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388951] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388951] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388952] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388953] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388953] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388954] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388954] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388955] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388956] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388956] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.388957] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   98.392447] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.392448] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   98.392449] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.392449] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   98.392450] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDB2000
[   98.392450] i40e 01:00.0 AQ CMD Buffer:
[   98.392451] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[   98.392452] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   98.392452] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392453] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392453] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392454] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392455] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392455] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392456] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392456] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392457] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392457] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392458] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392459] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392459] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392460] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392460] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392461] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392461] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392462] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392463] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392463] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392464] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392464] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392465] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392466] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392466] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392467] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392468] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392468] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392469] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392469] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392470] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392470] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   98.392768] i40e 01:00.0 ntc 64 head 65.
[   98.392770] i40e 01:00.0 AQTX: desc and buffer:
[   98.392770] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[   98.392771] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.392772] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   98.392773] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDC0000
[   98.392773] i40e 01:00.0 AQ CMD Buffer:
[   98.392774] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[   98.392775] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 00 00
[   98.392775] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392776] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[   98.392777] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392777] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392778] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   98.392778] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   98.392830] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.392831] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[   98.392832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.392832] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[   98.392833] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDC0000
[   98.395795] device eno1 entered promiscuous mode
[   98.395818] i40e 01:00.0 ntc 65 head 66.
[   98.395819] i40e 01:00.0 AQTX: desc and buffer:
[   98.395820] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0010, retval 0x0000
[   98.395821] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.395822] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[   98.395822] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BAF000
[   98.395823] i40e 01:00.0 AQ CMD Buffer:
[   98.395824] i40e 01:00.0: 	0x00000000: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[   98.396079] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.396080] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0010, retval 0x0000
[   98.396080] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.396081] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[   98.396081] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BAF000
[   98.396082] i40e 01:00.0 AQ CMD Buffer:
[   98.396083] i40e 01:00.0: 	0x00000000: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[   98.396086] i40e 01:00.0 ntc 66 head 67.
[   98.396087] i40e 01:00.0 AQTX: desc and buffer:
[   98.396087] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[   98.396088] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.396089] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[   98.396089] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   98.396192] i40e 01:00.0 AQTX: desc and buffer writeback:
[   98.396193] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[   98.396193] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   98.396194] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[   98.396194] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.917765] i40e 01:00.0 ntc 67 head 68.
[   99.917766] i40e 01:00.0 AQTX: desc and buffer:
[   99.917768] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.917768] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.917769] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.917769] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.917822] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.917822] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.917823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.917824] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.917824] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928365] i40e 01:00.0 AQTX: desc and buffer:
[   99.928366] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928367] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928367] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.928368] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928420] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928421] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928421] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928422] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[   99.928423] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[   99.928425] i40e 01:00.0 ntc 0 head 1.
[   99.928426] i40e 01:00.0 AQTX: desc and buffer:
[   99.928427] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928428] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928428] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.928429] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928481] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928482] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928482] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928483] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.928483] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928493] i40e 01:00.0 ntc 1 head 2.
[   99.928494] i40e 01:00.0 AQTX: desc and buffer:
[   99.928494] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928495] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928496] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928496] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928548] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928549] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928550] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928551] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928552] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928554] i40e 01:00.0 ntc 2 head 3.
[   99.928555] i40e 01:00.0 AQTX: desc and buffer:
[   99.928556] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928556] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928558] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.928558] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928610] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928611] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928612] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928613] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.928613] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928623] i40e 01:00.0 ntc 3 head 4.
[   99.928624] i40e 01:00.0 AQTX: desc and buffer:
[   99.928625] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928626] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928627] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928628] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928680] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928680] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928681] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928682] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928684] i40e 01:00.0 ntc 4 head 5.
[   99.928685] i40e 01:00.0 AQTX: desc and buffer:
[   99.928686] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928687] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.928687] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928740] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928740] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928741] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928742] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.928742] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928752] i40e 01:00.0 ntc 5 head 6.
[   99.928753] i40e 01:00.0 AQTX: desc and buffer:
[   99.928754] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928755] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928756] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928756] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928808] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928809] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928810] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928810] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928811] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928813] i40e 01:00.0 ntc 6 head 7.
[   99.928814] i40e 01:00.0 AQTX: desc and buffer:
[   99.928815] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928817] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.928817] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928869] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928870] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928871] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928871] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.928872] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928881] i40e 01:00.0 ntc 7 head 8.
[   99.928882] i40e 01:00.0 AQTX: desc and buffer:
[   99.928883] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928883] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928884] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928885] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928937] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.928938] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.928939] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928940] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.928940] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928942] i40e 01:00.0 ntc 8 head 9.
[   99.928943] i40e 01:00.0 AQTX: desc and buffer:
[   99.928944] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.928946] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.928947] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.928947] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.928999] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929000] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929001] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.929002] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929011] i40e 01:00.0 ntc 9 head 10.
[   99.929012] i40e 01:00.0 AQTX: desc and buffer:
[   99.929013] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929013] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929014] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929014] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929067] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929067] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929068] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929070] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929072] i40e 01:00.0 ntc 10 head 11.
[   99.929073] i40e 01:00.0 AQTX: desc and buffer:
[   99.929074] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929074] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929076] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.929076] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929128] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929129] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929130] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929130] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.929131] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929140] i40e 01:00.0 ntc 11 head 12.
[   99.929141] i40e 01:00.0 AQTX: desc and buffer:
[   99.929142] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929143] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929144] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929196] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929197] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929197] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929198] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929199] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929201] i40e 01:00.0 ntc 12 head 13.
[   99.929202] i40e 01:00.0 AQTX: desc and buffer:
[   99.929203] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929203] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929204] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929205] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929257] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929258] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929259] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929259] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929260] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929262] i40e 01:00.0 ntc 13 head 14.
[   99.929263] i40e 01:00.0 AQTX: desc and buffer:
[   99.929264] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929265] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929265] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[   99.929266] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929318] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929319] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929319] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929320] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[   99.929320] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929330] i40e 01:00.0 ntc 14 head 15.
[   99.929331] i40e 01:00.0 AQTX: desc and buffer:
[   99.929331] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929332] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929333] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929333] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929385] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929386] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929387] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929388] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[   99.929389] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929392] i40e 01:00.0 ntc 15 head 16.
[   99.929393] i40e 01:00.0 AQTX: desc and buffer:
[   99.929394] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929394] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929395] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   99.929395] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929447] i40e 01:00.0 AQTX: Command completed with error 0xD.
[   99.929448] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929449] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[   99.929449] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929450] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   99.929451] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929453] i40e 01:00.0 ntc 16 head 17.
[   99.929454] i40e 01:00.0 AQTX: desc and buffer:
[   99.929455] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[   99.929456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929457] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.929457] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[   99.929459] i40e 01:00.0 AQ CMD Buffer:
[   99.929461] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929462] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929463] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929463] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929465] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929465] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929466] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929466] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929467] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929468] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929468] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929469] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929469] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929470] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929471] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929472] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929472] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929473] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929473] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929474] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929475] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929475] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929476] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929476] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929478] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929478] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929479] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929480] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929480] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929481] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929482] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929483] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929484] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929484] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929485] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929486] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929486] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929487] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929487] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929488] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929488] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929490] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929490] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929491] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929491] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929492] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929492] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929493] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929494] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929494] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929495] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929496] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929497] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929497] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929498] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929498] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929499] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929500] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929501] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929502] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929502] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929503] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929504] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929504] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929506] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929506] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929507] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929507] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929508] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929509] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929509] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929510] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929510] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929511] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929511] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929513] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929518] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929520] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929522] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929524] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929729] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929732] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[   99.929734] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929736] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[   99.929739] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[   99.929741] i40e 01:00.0 AQ CMD Buffer:
[   99.929745] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929747] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929750] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[   99.929752] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929754] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929756] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929758] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.929759] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929759] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[   99.929760] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929761] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.929761] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929762] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[   99.929763] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929764] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.929764] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929765] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929766] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929767] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929767] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929768] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[   99.929769] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929770] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[   99.929770] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929771] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929771] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929772] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929773] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929773] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[   99.929774] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929775] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[   99.929776] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929776] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[   99.929777] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929777] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[   99.929778] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929779] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[   99.929780] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929780] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[   99.929781] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929782] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[   99.929782] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929783] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[   99.929783] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929784] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.929784] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929785] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[   99.929786] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929788] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[   99.929789] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929789] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[   99.929790] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929790] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[   99.929791] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929792] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[   99.929792] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929793] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[   99.929794] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929795] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[   99.929796] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929796] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[   99.929797] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929797] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[   99.929798] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929798] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[   99.929799] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929800] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929800] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929801] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929802] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929803] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929803] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929804] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929804] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929805] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929806] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929806] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929807] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929808] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929808] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.929811] i40e 01:00.0 HW Capability: MSIX vector count = 129
[   99.929813] i40e 01:00.0 ntc 17 head 18.
[   99.929814] i40e 01:00.0 AQTX: desc and buffer:
[   99.929815] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929817] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[   99.929818] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929870] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929872] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929875] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929877] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[   99.929879] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929882] i40e 01:00.0 ntc 18 head 19.
[   99.929885] i40e 01:00.0 AQTX: desc and buffer:
[   99.929887] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929888] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929891] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[   99.929893] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929946] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.929947] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.929948] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929949] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[   99.929950] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.929952] i40e 01:00.0 ntc 19 head 20.
[   99.929953] i40e 01:00.0 AQTX: desc and buffer:
[   99.929953] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.929954] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.929954] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[   99.929956] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.930008] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930010] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.930012] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930014] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[   99.930016] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[   99.930019] i40e 01:00.0 ntc 20 head 21.
[   99.930020] i40e 01:00.0 AQTX: desc and buffer:
[   99.930021] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.930022] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930022] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[   99.930023] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.930075] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930076] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.930077] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930078] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[   99.930079] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[   99.930082] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[   99.930106] i40e 01:00.0 ntc 21 head 22.
[   99.930107] i40e 01:00.0 AQTX: desc and buffer:
[   99.930108] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.930109] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930109] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[   99.930110] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.930162] i40e 01:00.0 AQTX: Command completed with error 0xE.
[   99.930163] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930164] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[   99.930165] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930166] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[   99.930166] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.930169] i40e 01:00.0 ntc 22 head 23.
[   99.930171] i40e 01:00.0 AQTX: desc and buffer:
[   99.930171] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[   99.930172] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930172] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.930173] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E019000
[   99.930174] i40e 01:00.0 AQ CMD Buffer:
[   99.930174] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930175] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930176] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930177] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930178] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930178] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930179] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930179] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930180] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930181] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930181] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930182] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930182] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930183] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930184] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930185] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930185] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930186] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930187] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930187] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930188] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930189] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930190] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930190] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930192] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930192] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930193] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930193] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930194] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930195] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930195] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930196] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930399] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930400] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[   99.930401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930401] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.930402] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E019000
[   99.930403] i40e 01:00.0 AQ CMD Buffer:
[   99.930404] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930405] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[   99.930408] i40e 01:00.0 ntc 23 head 24.
[   99.930409] i40e 01:00.0 AQTX: desc and buffer:
[   99.930410] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.930411] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930412] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[   99.930414] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[   99.930466] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930466] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.930467] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930468] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[   99.930469] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[   99.930482] i40e 01:00.0 ntc 24 head 25.
[   99.930483] i40e 01:00.0 AQTX: desc and buffer:
[   99.930484] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.930484] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930485] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930485] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[   99.930588] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930589] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.930589] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930590] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930590] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[   99.930593] i40e 01:00.0 ntc 25 head 26.
[   99.930594] i40e 01:00.0 AQTX: desc and buffer:
[   99.930595] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[   99.930595] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930596] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930597] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[   99.930598] i40e 01:00.0 AQ CMD Buffer:
[   99.930599] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[   99.930599] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.930600] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930601] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[   99.930602] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930602] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930603] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.930603] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930706] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930707] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[   99.930708] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930709] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[   99.930709] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[   99.930711] i40e 01:00.0 ntc 26 head 27.
[   99.930712] i40e 01:00.0 AQTX: desc and buffer:
[   99.930713] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[   99.930714] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930715] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930716] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E250000
[   99.930716] i40e 01:00.0 AQ CMD Buffer:
[   99.930717] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930717] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930718] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930719] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930821] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930822] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[   99.930823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930823] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930824] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E250000
[   99.930824] i40e 01:00.0 AQ CMD Buffer:
[   99.930825] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930826] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.930826] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930827] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930829] i40e 01:00.0 ntc 27 head 28.
[   99.930830] i40e 01:00.0 AQTX: desc and buffer:
[   99.930831] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[   99.930832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930832] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930833] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[   99.930833] i40e 01:00.0 AQ CMD Buffer:
[   99.930834] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930835] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930938] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.930938] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[   99.930939] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930940] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.930940] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[   99.930941] i40e 01:00.0 AQ CMD Buffer:
[   99.930942] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.930943] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.930953] i40e 01:00.0 ntc 28 head 29.
[   99.930954] i40e 01:00.0 AQTX: desc and buffer:
[   99.930954] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[   99.930955] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.930957] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[   99.930957] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[   99.930958] i40e 01:00.0 AQ CMD Buffer:
[   99.930959] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[   99.931213] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931214] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[   99.931214] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931215] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[   99.931215] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[   99.931216] i40e 01:00.0 AQ CMD Buffer:
[   99.931217] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[   99.931219] i40e 01:00.0 ntc 29 head 30.
[   99.931220] i40e 01:00.0 AQTX: desc and buffer:
[   99.931221] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[   99.931222] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931223] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[   99.931223] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[   99.931224] i40e 01:00.0 AQ CMD Buffer:
[   99.931225] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[   99.931378] i40e 01:00.0 AQTX: Command completed with error 0x2.
[   99.931378] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931379] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[   99.931380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931380] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[   99.931381] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[   99.931381] i40e 01:00.0 AQ CMD Buffer:
[   99.931382] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[   99.931423] i40e 01:00.0 ntc 30 head 31.
[   99.931424] i40e 01:00.0 AQTX: desc and buffer:
[   99.931424] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[   99.931425] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931426] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.931427] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[   99.931427] i40e 01:00.0 AQ CMD Buffer:
[   99.931428] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[   99.931429] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.931429] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.931430] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[   99.931431] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.931431] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.931432] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.931432] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.931485] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931486] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[   99.931486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931487] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[   99.931488] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[   99.931491] i40e 01:00.0 ntc 31 head 32.
[   99.931492] i40e 01:00.0 AQTX: desc and buffer:
[   99.931493] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931493] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931494] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931494] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.931547] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931549] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931552] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931554] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931556] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[   99.931559] i40e 01:00.0 ntc 32 head 33.
[   99.931561] i40e 01:00.0 AQTX: desc and buffer:
[   99.931563] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931567] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931569] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931570] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[   99.931623] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931624] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931625] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931626] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931626] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[   99.931628] i40e 01:00.0 ntc 33 head 34.
[   99.931629] i40e 01:00.0 AQTX: desc and buffer:
[   99.931631] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931631] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931632] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[   99.931632] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.931685] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931687] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931689] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931690] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[   99.931690] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[   99.931692] i40e 01:00.0 ntc 34 head 35.
[   99.931693] i40e 01:00.0 AQTX: desc and buffer:
[   99.931694] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931696] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931697] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[   99.931697] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.931749] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931750] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931751] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931751] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[   99.931752] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[   99.931754] i40e 01:00.0 ntc 35 head 36.
[   99.931755] i40e 01:00.0 AQTX: desc and buffer:
[   99.931756] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931756] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931757] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[   99.931758] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[   99.931810] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931810] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931811] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931812] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[   99.931812] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[   99.931814] i40e 01:00.0 ntc 36 head 37.
[   99.931815] i40e 01:00.0 AQTX: desc and buffer:
[   99.931816] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931817] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[   99.931817] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[   99.931870] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931870] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931871] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931871] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[   99.931872] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[   99.931874] i40e 01:00.0 ntc 37 head 38.
[   99.931875] i40e 01:00.0 AQTX: desc and buffer:
[   99.931876] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931876] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931877] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931877] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.931930] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931930] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931931] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931932] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931932] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[   99.931935] i40e 01:00.0 ntc 38 head 39.
[   99.931936] i40e 01:00.0 AQTX: desc and buffer:
[   99.931936] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.931937] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931938] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931938] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[   99.931990] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.931991] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.931992] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.931993] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[   99.931993] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[   99.932009] i40e 01:00.0 ntc 39 head 40.
[   99.932010] i40e 01:00.0 AQTX: desc and buffer:
[   99.932010] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.932012] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.932012] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[   99.932013] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.934035] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.934036] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.934036] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.934037] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[   99.934037] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[   99.934040] i40e 01:00.0 ntc 40 head 41.
[   99.934040] i40e 01:00.0 AQTX: desc and buffer:
[   99.934041] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   99.934042] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.934042] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.934043] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BED0000
[   99.934043] i40e 01:00.0 AQ CMD Buffer:
[   99.934044] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[   99.934045] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[   99.934046] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[   99.934046] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.934047] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[   99.934047] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[   99.934048] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[   99.934048] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[   99.934049] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.934050] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[   99.934050] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[   99.934051] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[   99.934051] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[   99.934052] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[   99.934053] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[   99.934053] i40e 01:00.0: 	0x000000f0: e0 64 e3 89 f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[   99.934054] i40e 01:00.0: 	0x00000100: e0 04 51 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.934054] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[   99.934056] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[   99.934056] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[   99.934057] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 64 
e3 89 f3 8a ff ff
[   99.934057] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[   99.934058] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[   99.934059] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[   99.934059] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[   99.934060] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[   99.934060] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[   99.934061] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 8a 
66 8b f3 8a ff ff
[   99.934061] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[   99.934062] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[   99.934063] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[   99.934063] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 8a 
66 8b f3 8a ff ff
[   99.934064] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[   99.934064] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[   99.937550] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.937551] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   99.937551] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.937552] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.937552] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BED0000
[   99.937553] i40e 01:00.0 AQ CMD Buffer:
[   99.937554] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[   99.937554] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.937555] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937555] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937556] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937556] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937557] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937558] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937558] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937559] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937559] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937560] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937560] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937561] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937562] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937562] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937563] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937564] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937564] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937565] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937565] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937566] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937567] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937567] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937568] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937568] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937569] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937570] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937570] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937571] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937571] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937572] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937573] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.937573] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.937575] i40e 0000:01:00.0: PHC enabled
[   99.937578] i40e 01:00.0 ntc 41 head 42.
[   99.937579] i40e 01:00.0 AQTX: desc and buffer:
[   99.937580] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.937580] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.937581] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[   99.937582] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.939603] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.939603] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.939604] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.939605] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[   99.939605] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[   99.939612] i40e 01:00.0 ntc 42 head 43.
[   99.939613] i40e 01:00.0 AQTX: desc and buffer:
[   99.939613] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.939614] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.939615] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.939615] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[   99.939667] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.939668] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.939669] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.939669] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.939670] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.939672] i40e 01:00.0 ntc 43 head 44.
[   99.939673] i40e 01:00.0 AQTX: desc and buffer:
[   99.939673] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   99.939674] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.939675] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.939675] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[   99.939676] i40e 01:00.0 AQ CMD Buffer:
[   99.939676] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939677] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[   99.939678] i40e 01:00.0: 	0x00000020: 17 09 00 00 00 00 00 00 16 09 
00 00 00 00 00 00
[   99.939678] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[   99.939679] i40e 01:00.0: 	0x00000040: 17 09 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[   99.939679] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[   99.939680] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[   99.939681] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[   99.939682] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[   99.939682] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939683] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[   99.939684] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[   99.939684] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[   99.939685] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[   99.939685] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939686] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939687] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[   99.939687] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[   99.939688] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[   99.939688] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[   99.939689] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[   99.939689] i40e 01:00.0: 	0x00000150: 60 65 e3 89 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[   99.939690] i40e 01:00.0: 	0x00000160: 60 05 51 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.939691] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[   99.939691] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[   99.939692] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[   99.939692] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939693] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[   99.939694] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.939694] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[   99.939695] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[   99.939695] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[   99.939696] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.939696] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.943182] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.943183] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   99.943184] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.943184] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.943185] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[   99.943186] i40e 01:00.0 AQ CMD Buffer:
[   99.943187] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[   99.943187] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.943188] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943188] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943189] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943190] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943190] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943191] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943191] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943192] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943193] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943193] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943194] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943194] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943195] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943195] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943196] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943197] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943197] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943198] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943198] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943199] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943200] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943200] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943201] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943201] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943202] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943203] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943203] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943204] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943204] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943205] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943206] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.943207] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.943209] i40e 01:00.0 ntc 44 head 45.
[   99.943210] i40e 01:00.0 AQTX: desc and buffer:
[   99.943211] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.943212] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.943212] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[   99.943213] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.945235] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.945236] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.945236] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.945237] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[   99.945237] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[   99.945239] i40e 01:00.0 ntc 45 head 46.
[   99.945240] i40e 01:00.0 AQTX: desc and buffer:
[   99.945241] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   99.945242] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.945243] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.945243] i40e 01:00.0 	addr (h,l)   0x0000000C 0x469DC000
[   99.945244] i40e 01:00.0 AQ CMD Buffer:
[   99.945245] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[   99.945246] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[   99.945247] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[   99.945247] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[   99.945248] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[   99.945248] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[   99.945249] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[   99.945250] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[   99.945250] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[   99.945251] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[   99.945251] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[   99.945252] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[   99.945252] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[   99.945253] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[   99.945254] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[   99.945254] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[   99.945255] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[   99.945255] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[   99.945256] i40e 01:00.0: 	0x00000120: 80 65 e3 89 f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[   99.945256] i40e 01:00.0: 	0x00000130: 80 05 51 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.945257] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[   99.945258] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[   99.945258] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[   99.945259] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[   99.945259] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[   99.945260] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.945261] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[   99.945261] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.945262] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[   99.945262] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[   99.945263] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 b0 97 44
[   99.945263] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[   99.945264] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[   99.945265] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[   99.948750] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.948750] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   99.948751] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.948752] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.948752] i40e 01:00.0 	addr (h,l)   0x0000000C 0x469DC000
[   99.948753] i40e 01:00.0 AQ CMD Buffer:
[   99.948753] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[   99.948754] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.948755] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948755] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948756] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948756] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948757] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948757] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948758] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948759] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948759] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948760] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948760] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948761] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948762] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948763] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948763] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948764] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948765] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948765] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948766] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948766] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948767] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948768] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948768] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948769] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948769] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948770] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948771] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948771] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948772] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948772] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948773] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948773] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.948776] i40e 01:00.0 ntc 46 head 47.
[   99.948777] i40e 01:00.0 AQTX: desc and buffer:
[   99.948778] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[   99.948778] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.948779] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.948780] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F9C000
[   99.948780] i40e 01:00.0 AQ CMD Buffer:
[   99.948781] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948781] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948782] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948783] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948783] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948785] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948785] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948786] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948888] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.948889] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[   99.948890] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.948891] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[   99.948891] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F9C000
[   99.948892] i40e 01:00.0 AQ CMD Buffer:
[   99.948893] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[   99.948894] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.948894] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948895] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948895] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948896] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948897] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.948897] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948900] i40e 01:00.0 ntc 47 head 48.
[   99.948901] i40e 01:00.0 AQTX: desc and buffer:
[   99.948902] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[   99.948903] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.948903] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.948904] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46949000
[   99.948904] i40e 01:00.0 AQ CMD Buffer:
[   99.948905] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948906] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948906] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.948907] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949009] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949010] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[   99.949011] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949011] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.949012] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46949000
[   99.949012] i40e 01:00.0 AQ CMD Buffer:
[   99.949013] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949014] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.949014] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949015] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949017] i40e 01:00.0 ntc 48 head 49.
[   99.949018] i40e 01:00.0 AQTX: desc and buffer:
[   99.949019] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[   99.949020] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949020] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.949021] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B5F000
[   99.949021] i40e 01:00.0 AQ CMD Buffer:
[   99.949022] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949023] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949125] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949126] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[   99.949127] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949127] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.949128] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B5F000
[   99.949128] i40e 01:00.0 AQ CMD Buffer:
[   99.949129] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.949130] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949133] i40e 01:00.0 ntc 49 head 50.
[   99.949134] i40e 01:00.0 AQTX: desc and buffer:
[   99.949135] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.949135] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949136] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[   99.949137] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.949441] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949442] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.949443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949443] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[   99.949444] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000E0000
[   99.949446] i40e 01:00.0 ntc 50 head 51.
[   99.949447] i40e 01:00.0 AQTX: desc and buffer:
[   99.949447] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.949448] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949449] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[   99.949449] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.949501] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949502] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.949503] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949503] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[   99.949504] i40e 01:00.0 	addr (h,l)   0x000E0000 0x00000000
[   99.949506] i40e 01:00.0 ntc 51 head 52.
[   99.949507] i40e 01:00.0 AQTX: desc and buffer:
[   99.949507] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[   99.949508] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949509] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[   99.949509] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44AE1000
[   99.949510] i40e 01:00.0 AQ CMD Buffer:
[   99.949510] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[   99.949511] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.949614] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949614] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[   99.949615] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949616] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[   99.949616] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44AE1000
[   99.949617] i40e 01:00.0 AQ CMD Buffer:
[   99.949617] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.949619] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949621] i40e 01:00.0 ntc 52 head 53.
[   99.949622] i40e 01:00.0 AQTX: desc and buffer:
[   99.949622] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[   99.949623] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949624] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[   99.949624] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44AE2000
[   99.949625] i40e 01:00.0 AQ CMD Buffer:
[   99.949626] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949627] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0e 00 00 00 00 00
[   99.949627] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[   99.949628] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[   99.949730] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949731] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[   99.949732] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949733] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[   99.949734] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44AE2000
[   99.949734] i40e 01:00.0 AQ CMD Buffer:
[   99.949736] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949737] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949737] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949738] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949739] i40e 0000:01:00.0: enabling bridge mode: VEPA
[   99.949742] i40e 01:00.0 ntc 53 head 54.
[   99.949743] i40e 01:00.0 AQTX: desc and buffer:
[   99.949743] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[   99.949744] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949744] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.949745] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEDB000
[   99.949745] i40e 01:00.0 AQ CMD Buffer:
[   99.949746] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[   99.949748] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[   99.949748] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[   99.949749] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[   99.949749] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[   99.949750] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[   99.949750] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 43 0a 
00 00 00 00 00 00
[   99.949751] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[   99.949854] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949854] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[   99.949855] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949856] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[   99.949857] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEDB000
[   99.949857] i40e 01:00.0 AQ CMD Buffer:
[   99.949858] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[   99.949859] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.949859] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949860] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949860] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949861] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949862] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.949862] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949865] i40e 01:00.0 ntc 54 head 55.
[   99.949866] i40e 01:00.0 AQTX: desc and buffer:
[   99.949867] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[   99.949868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949869] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.949869] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489AA000
[   99.949870] i40e 01:00.0 AQ CMD Buffer:
[   99.949871] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[   99.949872] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.949872] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949873] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949874] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949874] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949875] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.949875] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949928] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.949928] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[   99.949929] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949930] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[   99.949930] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489AA000
[   99.949933] i40e 01:00.0 ntc 55 head 56.
[   99.949934] i40e 01:00.0 AQTX: desc and buffer:
[   99.949935] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[   99.949935] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.949936] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[   99.949937] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DEDF000
[   99.949937] i40e 01:00.0 AQ CMD Buffer:
[   99.949938] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949938] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[   99.949939] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949940] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949940] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949941] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949942] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.949943] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950146] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.950147] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[   99.950147] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950148] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[   99.950149] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DEDF000
[   99.950149] i40e 01:00.0 AQ CMD Buffer:
[   99.950150] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[   99.950151] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[   99.950152] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950152] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950153] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950153] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[   99.950154] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.950155] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950158] i40e 01:00.0 ntc 56 head 57.
[   99.950159] i40e 01:00.0 AQTX: desc and buffer:
[   99.950160] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[   99.950160] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950161] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[   99.950161] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF6E000
[   99.950163] i40e 01:00.0 AQ CMD Buffer:
[   99.950163] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950164] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950165] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950166] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950268] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.950269] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[   99.950270] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950270] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[   99.950272] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF6E000
[   99.950272] i40e 01:00.0 AQ CMD Buffer:
[   99.950274] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950274] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.950275] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950275] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950278] i40e 01:00.0 ntc 57 head 58.
[   99.950279] i40e 01:00.0 AQTX: desc and buffer:
[   99.950279] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[   99.950280] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950280] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[   99.950281] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B8A000
[   99.950281] i40e 01:00.0 AQ CMD Buffer:
[   99.950282] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950283] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950386] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.950387] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[   99.950388] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950388] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[   99.950389] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B8A000
[   99.950389] i40e 01:00.0 AQ CMD Buffer:
[   99.950390] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[   99.950391] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950396] i40e 01:00.0 ntc 58 head 59.
[   99.950397] i40e 01:00.0 AQTX: desc and buffer:
[   99.950398] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.950398] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950399] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[   99.950400] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[   99.950554] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.950556] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.950559] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950560] i40e 01:00.0 	param (0,1)  0x00060008 0x00FA01F8
[   99.950560] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[   99.950563] i40e 01:00.0 ntc 59 head 60.
[   99.950564] i40e 01:00.0 AQTX: desc and buffer:
[   99.950565] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   99.950566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.950566] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   99.950567] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A12000
[   99.950568] i40e 01:00.0 AQ CMD Buffer:
[   99.950568] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[   99.950569] i40e 01:00.0: 	0x00000010: c3 0a 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[   99.950570] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[   99.950570] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[   99.950571] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[   99.950571] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[   99.950572] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950573] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[   99.950574] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[   99.950574] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[   99.950576] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[   99.950576] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950577] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950577] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[   99.950578] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[   99.950578] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[   99.950579] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[   99.950580] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[   99.950581] i40e 01:00.0: 	0x00000120: 60 67 e3 89 f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[   99.950582] i40e 01:00.0: 	0x00000130: 60 07 51 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[   99.950582] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[   99.950583] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[   99.950583] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[   99.950584] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[   99.950584] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[   99.950585] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950586] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[   99.950586] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[   99.950587] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[   99.950588] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[   99.950589] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.950589] i40e 01:00.0: 	0x000001f0: 08 00 06 00 f8 01 fa 00 0b 00 
87 01 00 00 00 00
[   99.950590] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[   99.950590] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[   99.954075] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.954076] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   99.954077] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.954077] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[   99.954078] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A12000
[   99.954078] i40e 01:00.0 AQ CMD Buffer:
[   99.954079] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[   99.954080] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.954080] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954081] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954081] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954082] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954083] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954083] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954084] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954084] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954085] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954086] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954086] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954087] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954087] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954088] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954088] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954089] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954090] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954090] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954091] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954091] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954092] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954093] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954093] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954095] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954095] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954097] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954098] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954099] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954099] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954100] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954100] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.954101] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.954103] i40e 01:00.0 ntc 60 head 61.
[   99.954104] i40e 01:00.0 AQTX: desc and buffer:
[   99.954105] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.954105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.954106] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[   99.954106] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.956127] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.956128] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.956129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.956129] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[   99.956130] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[   99.956132] i40e 01:00.0 ntc 61 head 62.
[   99.956133] i40e 01:00.0 AQTX: desc and buffer:
[   99.956134] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[   99.956135] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.956135] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.956136] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48958000
[   99.956136] i40e 01:00.0 AQ CMD Buffer:
[   99.956137] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[   99.956138] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.956138] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956139] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956139] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956140] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956141] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956141] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956142] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956142] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956143] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956144] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956144] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956145] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956145] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956146] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956146] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956147] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956148] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956148] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956149] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956149] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956150] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956151] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956151] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956152] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956152] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956153] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956154] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956155] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956156] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956157] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956157] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.956158] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.959643] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.959644] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[   99.959645] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.959645] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[   99.959646] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48958000
[   99.959646] i40e 01:00.0 AQ CMD Buffer:
[   99.959647] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[   99.959648] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[   99.959648] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959649] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959649] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959650] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959650] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959651] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959652] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959652] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959653] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959653] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959654] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959655] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959655] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959656] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959656] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959657] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959657] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959658] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959659] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959659] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959660] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959661] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959661] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959662] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959662] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959663] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959663] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959664] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959665] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959665] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959666] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959666] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[   99.959970] i40e 01:00.0 ntc 62 head 63.
[   99.959971] i40e 01:00.0 AQTX: desc and buffer:
[   99.959971] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[   99.959972] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.959973] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[   99.959973] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C05000
[   99.959974] i40e 01:00.0 AQ CMD Buffer:
[   99.959974] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[   99.959975] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[   99.959976] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959976] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959977] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959977] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.959978] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   99.959979] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[   99.960031] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.960031] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[   99.960032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.960033] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[   99.960033] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C05000
[   99.961420] irq 111: Affinity broken due to vector space exhaustion.
[   99.961432] irq 115: Affinity broken due to vector space exhaustion.
[   99.961587] i40e 01:00.0 ntc 63 head 64.
[   99.961588] i40e 01:00.0 AQTX: desc and buffer:
[   99.961589] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[   99.961590] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.961591] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[   99.961592] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.961695] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.961696] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[   99.961697] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.961697] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[   99.961698] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[   99.961701] i40e 01:00.0 ntc 64 head 65.
[   99.961702] i40e 01:00.0 AQTX: desc and buffer:
[   99.961703] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[   99.961704] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.961704] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[   99.961705] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C01000
[   99.961705] i40e 01:00.0 AQ CMD Buffer:
[   99.961706] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[   99.961758] i40e 01:00.0 AQTX: desc and buffer writeback:
[   99.961759] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[   99.961760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[   99.961760] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[   99.961761] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C01000
[  100.962527] i40e 01:00.0 ntc 65 head 66.
[  100.962528] i40e 01:00.0 AQTX: desc and buffer:
[  100.962529] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  100.962530] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.962531] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  100.962531] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  100.962685] i40e 01:00.0 AQTX: desc and buffer writeback:
[  100.962685] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  100.962686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.962687] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  100.962687] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  100.962690] i40e 01:00.0 ntc 66 head 67.
[  100.962691] i40e 01:00.0 AQTX: desc and buffer:
[  100.962691] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  100.962692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.962693] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  100.962693] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFDE000
[  100.962694] i40e 01:00.0 AQ CMD Buffer:
[  100.962695] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  100.962696] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  100.963102] i40e 01:00.0 AQTX: desc and buffer writeback:
[  100.963103] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  100.963103] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.963104] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  100.963105] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFDE000
[  100.963105] i40e 01:00.0 AQ CMD Buffer:
[  100.963106] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  100.963107] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  100.963110] i40e 01:00.0 ntc 67 head 68.
[  100.963111] i40e 01:00.0 AQTX: desc and buffer:
[  100.963112] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  100.963112] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.963113] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  100.963114] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  100.963216] i40e 01:00.0 AQTX: desc and buffer writeback:
[  100.963217] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  100.963217] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  100.963218] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  100.963219] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  113.261705] usb 1-1.6.1: USB disconnect, device number 5
[  130.284908] i40e 01:00.0 ntc 68 head 69.
[  130.284909] i40e 01:00.0 AQTX: desc and buffer:
[  130.284911] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.284911] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.284912] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.284912] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.284965] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.284965] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.284966] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.284967] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.284967] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295264] i40e 01:00.0 AQTX: desc and buffer:
[  130.295265] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295266] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295266] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.295267] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295319] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295320] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295320] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295321] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  130.295321] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  130.295324] i40e 01:00.0 ntc 0 head 1.
[  130.295325] i40e 01:00.0 AQTX: desc and buffer:
[  130.295325] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295326] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295327] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295327] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295379] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295380] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295381] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.295382] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295391] i40e 01:00.0 ntc 1 head 2.
[  130.295392] i40e 01:00.0 AQTX: desc and buffer:
[  130.295393] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295393] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295394] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295395] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295447] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295447] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295448] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295448] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295449] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295451] i40e 01:00.0 ntc 2 head 3.
[  130.295452] i40e 01:00.0 AQTX: desc and buffer:
[  130.295452] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295453] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295453] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295454] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295506] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295507] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295507] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295508] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.295508] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295526] i40e 01:00.0 ntc 3 head 4.
[  130.295529] i40e 01:00.0 AQTX: desc and buffer:
[  130.295532] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295534] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295537] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295539] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295592] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295593] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295593] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295594] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295595] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295597] i40e 01:00.0 ntc 4 head 5.
[  130.295598] i40e 01:00.0 AQTX: desc and buffer:
[  130.295598] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295599] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295600] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295600] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295652] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295653] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295653] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295654] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.295655] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295665] i40e 01:00.0 ntc 5 head 6.
[  130.295668] i40e 01:00.0 AQTX: desc and buffer:
[  130.295668] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295669] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295669] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295670] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295722] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295723] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295723] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295724] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295724] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295727] i40e 01:00.0 ntc 6 head 7.
[  130.295729] i40e 01:00.0 AQTX: desc and buffer:
[  130.295729] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295731] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295731] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295732] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295785] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295785] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295787] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295787] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.295788] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295797] i40e 01:00.0 ntc 7 head 8.
[  130.295799] i40e 01:00.0 AQTX: desc and buffer:
[  130.295800] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295800] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295801] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295801] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295853] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295854] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295855] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295855] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295856] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295858] i40e 01:00.0 ntc 8 head 9.
[  130.295859] i40e 01:00.0 AQTX: desc and buffer:
[  130.295860] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295860] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295862] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295862] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295915] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295915] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295917] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.295918] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295927] i40e 01:00.0 ntc 9 head 10.
[  130.295928] i40e 01:00.0 AQTX: desc and buffer:
[  130.295929] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295929] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295931] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295931] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295984] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.295984] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.295986] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295987] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.295988] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.295990] i40e 01:00.0 ntc 10 head 11.
[  130.295991] i40e 01:00.0 AQTX: desc and buffer:
[  130.295992] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.295992] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.295993] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.295994] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296046] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296047] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296047] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296048] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.296049] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296059] i40e 01:00.0 ntc 11 head 12.
[  130.296060] i40e 01:00.0 AQTX: desc and buffer:
[  130.296060] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296061] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296062] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296063] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296115] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296116] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296117] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296117] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296118] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296120] i40e 01:00.0 ntc 12 head 13.
[  130.296121] i40e 01:00.0 AQTX: desc and buffer:
[  130.296121] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296122] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296123] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296175] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296176] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296177] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296178] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296178] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296183] i40e 01:00.0 ntc 13 head 14.
[  130.296184] i40e 01:00.0 AQTX: desc and buffer:
[  130.296185] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296186] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296186] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  130.296187] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296239] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296240] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296241] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296241] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  130.296242] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296252] i40e 01:00.0 ntc 14 head 15.
[  130.296253] i40e 01:00.0 AQTX: desc and buffer:
[  130.296254] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296254] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296255] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296255] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296307] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296309] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296310] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296311] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  130.296311] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296314] i40e 01:00.0 ntc 15 head 16.
[  130.296315] i40e 01:00.0 AQTX: desc and buffer:
[  130.296316] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296317] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296317] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  130.296318] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296370] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  130.296372] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296373] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  130.296374] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296375] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  130.296375] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296378] i40e 01:00.0 ntc 16 head 17.
[  130.296379] i40e 01:00.0 AQTX: desc and buffer:
[  130.296380] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  130.296381] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296382] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.296383] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E77C000
[  130.296383] i40e 01:00.0 AQ CMD Buffer:
[  130.296384] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296385] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296386] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296387] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296387] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296388] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296388] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296390] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296390] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296391] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296391] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296392] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296393] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296393] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296394] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296396] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296397] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296398] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296398] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296399] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296399] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296400] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296401] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296401] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296402] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296403] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296404] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296404] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296405] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296405] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296406] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296407] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296407] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296408] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296409] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296409] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296410] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296411] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296411] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296412] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296412] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296413] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296416] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296416] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296418] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296418] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296419] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296420] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296420] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296421] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296422] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296422] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296423] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296424] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296424] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296425] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296425] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296426] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296427] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296428] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296428] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296429] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296429] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296430] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296431] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296431] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296432] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296432] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296434] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296434] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296435] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296436] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296436] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296437] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296438] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296439] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296441] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296441] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296442] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296442] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296646] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296647] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  130.296648] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296649] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  130.296649] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E77C000
[  130.296650] i40e 01:00.0 AQ CMD Buffer:
[  130.296651] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296652] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296652] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  130.296653] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296654] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296654] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296655] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.296655] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296656] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  130.296657] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296658] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.296658] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296659] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  130.296659] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296660] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.296660] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296662] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296662] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296663] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296664] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296665] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  130.296666] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296666] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  130.296667] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296668] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296669] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296669] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296670] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296671] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  130.296671] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296672] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  130.296672] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296673] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  130.296673] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296674] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  130.296675] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296676] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  130.296676] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296677] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  130.296677] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296678] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  130.296679] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296679] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  130.296680] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296681] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.296682] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296684] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  130.296688] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296691] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  130.296694] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296696] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  130.296698] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296701] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  130.296703] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296705] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  130.296707] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296711] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  130.296715] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296717] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  130.296719] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296722] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  130.296724] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296727] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  130.296729] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296731] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  130.296735] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296739] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296742] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296744] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296746] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296749] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296751] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296753] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296756] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296759] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296763] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296765] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296767] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296768] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296768] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.296770] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  130.296772] i40e 01:00.0 ntc 17 head 18.
[  130.296773] i40e 01:00.0 AQTX: desc and buffer:
[  130.296774] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296774] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296775] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  130.296776] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296828] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296828] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296830] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  130.296830] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296832] i40e 01:00.0 ntc 18 head 19.
[  130.296833] i40e 01:00.0 AQTX: desc and buffer:
[  130.296834] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296835] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296836] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  130.296836] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296889] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296891] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296894] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296895] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  130.296897] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296900] i40e 01:00.0 ntc 19 head 20.
[  130.296903] i40e 01:00.0 AQTX: desc and buffer:
[  130.296904] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296906] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296910] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  130.296912] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.296964] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.296964] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.296966] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296966] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  130.296967] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  130.296969] i40e 01:00.0 ntc 20 head 21.
[  130.296970] i40e 01:00.0 AQTX: desc and buffer:
[  130.296970] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.296971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.296972] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  130.296972] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.297025] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297026] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.297026] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297027] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  130.297027] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  130.297030] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  130.297043] i40e 01:00.0 ntc 21 head 22.
[  130.297044] i40e 01:00.0 AQTX: desc and buffer:
[  130.297046] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.297046] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297047] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  130.297047] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.297099] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  130.297100] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297101] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  130.297101] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297102] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  130.297103] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.297107] i40e 01:00.0 ntc 22 head 23.
[  130.297109] i40e 01:00.0 AQTX: desc and buffer:
[  130.297111] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  130.297111] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297112] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.297112] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  130.297113] i40e 01:00.0 AQ CMD Buffer:
[  130.297114] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297114] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297115] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297116] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297116] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297117] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297118] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297118] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297119] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297120] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297120] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297121] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297121] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297122] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297123] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297123] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297124] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297125] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297126] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297126] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297127] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297127] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297128] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297129] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297130] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297131] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297132] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297133] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297133] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297134] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297134] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297135] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297339] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297340] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  130.297340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297341] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.297342] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  130.297343] i40e 01:00.0 AQ CMD Buffer:
[  130.297344] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297345] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  130.297348] i40e 01:00.0 ntc 23 head 24.
[  130.297349] i40e 01:00.0 AQTX: desc and buffer:
[  130.297350] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.297350] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297351] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  130.297352] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  130.297405] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297405] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.297407] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297408] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  130.297408] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  130.297417] i40e 01:00.0 ntc 24 head 25.
[  130.297418] i40e 01:00.0 AQTX: desc and buffer:
[  130.297418] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.297419] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297419] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297420] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  130.297523] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297525] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.297528] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297530] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297531] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  130.297535] i40e 01:00.0 ntc 25 head 26.
[  130.297537] i40e 01:00.0 AQTX: desc and buffer:
[  130.297540] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  130.297544] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297546] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297548] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  130.297550] i40e 01:00.0 AQ CMD Buffer:
[  130.297552] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  130.297554] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.297557] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297559] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  130.297562] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297566] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297568] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.297570] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297674] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297675] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  130.297676] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297676] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  130.297677] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  130.297679] i40e 01:00.0 ntc 26 head 27.
[  130.297680] i40e 01:00.0 AQTX: desc and buffer:
[  130.297681] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  130.297682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297682] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297683] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  130.297684] i40e 01:00.0 AQ CMD Buffer:
[  130.297684] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297685] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297686] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297686] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297789] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297791] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  130.297791] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297792] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297792] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  130.297793] i40e 01:00.0 AQ CMD Buffer:
[  130.297794] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297795] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.297796] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297798] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297800] i40e 01:00.0 ntc 27 head 28.
[  130.297801] i40e 01:00.0 AQTX: desc and buffer:
[  130.297802] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  130.297803] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297803] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297804] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  130.297804] i40e 01:00.0 AQ CMD Buffer:
[  130.297806] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297806] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297909] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.297909] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  130.297910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297911] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.297911] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  130.297912] i40e 01:00.0 AQ CMD Buffer:
[  130.297912] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.297913] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.297919] i40e 01:00.0 ntc 28 head 29.
[  130.297921] i40e 01:00.0 AQTX: desc and buffer:
[  130.297922] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  130.297922] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.297923] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  130.297924] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  130.297924] i40e 01:00.0 AQ CMD Buffer:
[  130.297926] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  130.298181] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298182] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  130.298183] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298183] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  130.298185] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  130.298185] i40e 01:00.0 AQ CMD Buffer:
[  130.298186] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  130.298188] i40e 01:00.0 ntc 29 head 30.
[  130.298189] i40e 01:00.0 AQTX: desc and buffer:
[  130.298189] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  130.298190] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298191] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  130.298192] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  130.298192] i40e 01:00.0 AQ CMD Buffer:
[  130.298193] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  130.298346] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  130.298347] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298347] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  130.298348] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298349] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  130.298351] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  130.298352] i40e 01:00.0 AQ CMD Buffer:
[  130.298353] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  130.298376] i40e 01:00.0 ntc 30 head 31.
[  130.298377] i40e 01:00.0 AQTX: desc and buffer:
[  130.298379] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  130.298379] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298380] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.298381] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  130.298381] i40e 01:00.0 AQ CMD Buffer:
[  130.298382] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  130.298382] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.298383] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.298384] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  130.298384] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.298385] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.298386] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.298387] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.298439] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298440] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  130.298441] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298442] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  130.298442] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  130.298446] i40e 01:00.0 ntc 31 head 32.
[  130.298447] i40e 01:00.0 AQTX: desc and buffer:
[  130.298448] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298448] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298449] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298449] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.298502] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298503] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298504] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298505] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298505] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  130.298508] i40e 01:00.0 ntc 32 head 33.
[  130.298509] i40e 01:00.0 AQTX: desc and buffer:
[  130.298510] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298510] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298511] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298512] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  130.298564] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298566] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298568] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298569] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298570] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  130.298572] i40e 01:00.0 ntc 33 head 34.
[  130.298574] i40e 01:00.0 AQTX: desc and buffer:
[  130.298575] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298575] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298576] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  130.298576] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.298629] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298630] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298630] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298631] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  130.298631] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  130.298633] i40e 01:00.0 ntc 34 head 35.
[  130.298634] i40e 01:00.0 AQTX: desc and buffer:
[  130.298635] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298636] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298636] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  130.298637] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.298689] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298690] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298693] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  130.298693] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  130.298696] i40e 01:00.0 ntc 35 head 36.
[  130.298698] i40e 01:00.0 AQTX: desc and buffer:
[  130.298699] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298700] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298700] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  130.298701] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  130.298754] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298756] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298757] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298758] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  130.298758] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  130.298760] i40e 01:00.0 ntc 36 head 37.
[  130.298761] i40e 01:00.0 AQTX: desc and buffer:
[  130.298762] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298762] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298764] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  130.298764] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  130.298816] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298820] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298820] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298821] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  130.298821] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  130.298823] i40e 01:00.0 ntc 37 head 38.
[  130.298824] i40e 01:00.0 AQTX: desc and buffer:
[  130.298825] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298826] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298826] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298827] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.298879] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298880] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298881] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298882] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298882] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  130.298884] i40e 01:00.0 ntc 38 head 39.
[  130.298885] i40e 01:00.0 AQTX: desc and buffer:
[  130.298886] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298887] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298887] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298888] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  130.298940] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.298941] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.298942] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298943] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  130.298943] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  130.298959] i40e 01:00.0 ntc 39 head 40.
[  130.298960] i40e 01:00.0 AQTX: desc and buffer:
[  130.298961] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.298961] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.298962] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  130.298962] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.300983] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.300984] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.300985] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.300986] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  130.300986] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  130.300988] i40e 01:00.0 ntc 40 head 41.
[  130.300989] i40e 01:00.0 AQTX: desc and buffer:
[  130.300990] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  130.300990] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.300991] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.300992] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E248000
[  130.300993] i40e 01:00.0 AQ CMD Buffer:
[  130.300994] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  130.300996] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  130.300996] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  130.300997] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.300997] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  130.300998] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  130.300999] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  130.300999] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  130.301000] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.301000] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  130.301001] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  130.301002] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  130.301002] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  130.301003] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  130.301003] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  130.301004] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  130.301004] i40e 01:00.0: 	0x00000100: e0 a4 d4 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.301005] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  130.301006] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  130.301006] i40e 01:00.0: 	0x00000130: 00 00 00 00 ff ff 00 00 00 3a 
1a 5c 4b c1 f1 67
[  130.301007] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  130.301007] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  130.301008] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  130.301009] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  130.301009] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  130.301010] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  130.301010] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  130.301011] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 76 
d0 8c f3 8a ff ff
[  130.301011] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  130.301012] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  130.301013] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  130.301013] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 76 
d0 8c f3 8a ff ff
[  130.301014] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  130.301014] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  130.304500] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.304501] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  130.304501] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.304502] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.304503] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E248000
[  130.304503] i40e 01:00.0 AQ CMD Buffer:
[  130.304504] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  130.304504] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.304505] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304506] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304506] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304507] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304507] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304509] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304509] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304510] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304511] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304512] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304512] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304513] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304513] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304514] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304515] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304520] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304522] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304524] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304526] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304528] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304530] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304533] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304535] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304538] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304543] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304545] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304547] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304550] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304552] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304552] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304553] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.304553] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.304555] i40e 0000:01:00.0: PHC enabled
[  130.304558] i40e 01:00.0 ntc 41 head 42.
[  130.304560] i40e 01:00.0 AQTX: desc and buffer:
[  130.304561] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.304561] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.304563] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  130.304563] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.306585] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.306586] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.306586] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.306587] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  130.306587] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  130.306594] i40e 01:00.0 ntc 42 head 43.
[  130.306595] i40e 01:00.0 AQTX: desc and buffer:
[  130.306596] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.306596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.306597] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.306597] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  130.306649] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.306650] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.306651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.306651] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.306652] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.306654] i40e 01:00.0 ntc 43 head 44.
[  130.306655] i40e 01:00.0 AQTX: desc and buffer:
[  130.306656] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  130.306656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.306657] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.306657] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49E85000
[  130.306658] i40e 01:00.0 AQ CMD Buffer:
[  130.306659] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306659] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  130.306660] i40e 01:00.0: 	0x00000020: f0 0e 00 00 00 00 00 00 ef 0e 
00 00 00 00 00 00
[  130.306660] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  130.306661] i40e 01:00.0: 	0x00000040: f0 0e 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  130.306662] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  130.306662] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  130.306663] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  130.306663] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  130.306664] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306664] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  130.306665] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  130.306666] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  130.306666] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  130.306667] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306667] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306668] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  130.306669] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  130.306669] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  130.306670] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  130.306672] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  130.306673] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  130.306673] i40e 01:00.0: 	0x00000160: 60 a5 d4 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.306674] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  130.306674] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  130.306675] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  130.306675] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306676] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  130.306677] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.306677] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  130.306678] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  130.306678] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  130.306679] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.306680] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.310165] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.310165] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  130.310166] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.310167] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.310167] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49E85000
[  130.310168] i40e 01:00.0 AQ CMD Buffer:
[  130.310168] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  130.310169] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.310170] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310170] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310171] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310171] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310172] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310172] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310173] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310174] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310174] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310175] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310176] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310177] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310178] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310179] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310180] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310180] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310181] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310181] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310182] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310183] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310183] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310184] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310184] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310185] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310186] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310186] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310187] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310187] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310188] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310188] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310189] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.310190] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.310192] i40e 01:00.0 ntc 44 head 45.
[  130.310193] i40e 01:00.0 AQTX: desc and buffer:
[  130.310194] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.310194] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.310195] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  130.310195] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.312216] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.312217] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.312218] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.312218] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  130.312219] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  130.312221] i40e 01:00.0 ntc 45 head 46.
[  130.312222] i40e 01:00.0 AQTX: desc and buffer:
[  130.312223] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  130.312223] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.312224] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.312224] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BB000
[  130.312225] i40e 01:00.0 AQ CMD Buffer:
[  130.312226] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  130.312226] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  130.312227] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  130.312227] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  130.312228] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  130.312229] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  130.312229] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  130.312230] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  130.312230] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  130.312231] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  130.312232] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  130.312233] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  130.312234] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  130.312235] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  130.312235] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  130.312236] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  130.312237] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  130.312237] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  130.312238] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  130.312238] i40e 01:00.0: 	0x00000130: 80 a5 d4 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.312239] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  130.312240] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  130.312240] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  130.312241] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  130.312241] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  130.312242] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.312242] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  130.312243] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.312244] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  130.312244] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  130.312245] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 50 e8 49
[  130.312245] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  130.312246] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  130.312246] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  130.315731] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.315732] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  130.315733] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.315733] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.315734] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BB000
[  130.315735] i40e 01:00.0 AQ CMD Buffer:
[  130.315735] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  130.315736] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.315737] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315737] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315738] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315738] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315739] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315739] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315740] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315741] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315741] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315742] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315743] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315745] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315745] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315746] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315747] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315747] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315748] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315748] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315749] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315749] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315750] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315751] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315751] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315752] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315752] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315753] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315754] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315754] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315755] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315755] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315756] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315757] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.315759] i40e 01:00.0 ntc 46 head 47.
[  130.315760] i40e 01:00.0 AQTX: desc and buffer:
[  130.315761] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  130.315761] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.315762] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.315762] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  130.315763] i40e 01:00.0 AQ CMD Buffer:
[  130.315764] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315765] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315766] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315767] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315768] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315768] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315769] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315769] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315872] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.315874] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  130.315875] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.315875] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  130.315876] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  130.315877] i40e 01:00.0 AQ CMD Buffer:
[  130.315877] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  130.315878] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.315878] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315879] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315880] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315880] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315881] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.315881] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315884] i40e 01:00.0 ntc 47 head 48.
[  130.315885] i40e 01:00.0 AQTX: desc and buffer:
[  130.315886] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  130.315886] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.315887] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.315887] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1A7000
[  130.315888] i40e 01:00.0 AQ CMD Buffer:
[  130.315889] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315889] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315890] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315890] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315993] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.315994] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  130.315994] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.315995] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.315996] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1A7000
[  130.315996] i40e 01:00.0 AQ CMD Buffer:
[  130.315997] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315997] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.315998] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.315999] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316001] i40e 01:00.0 ntc 48 head 49.
[  130.316001] i40e 01:00.0 AQTX: desc and buffer:
[  130.316002] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  130.316003] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316003] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.316004] i40e 01:00.0 	addr (h,l)   0x0000000C 0x488DD000
[  130.316005] i40e 01:00.0 AQ CMD Buffer:
[  130.316006] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316007] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316110] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316111] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  130.316111] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316113] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.316113] i40e 01:00.0 	addr (h,l)   0x0000000C 0x488DD000
[  130.316114] i40e 01:00.0 AQ CMD Buffer:
[  130.316116] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.316116] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316119] i40e 01:00.0 ntc 49 head 50.
[  130.316120] i40e 01:00.0 AQTX: desc and buffer:
[  130.316121] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.316121] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316122] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  130.316123] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.316427] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316428] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.316429] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316429] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  130.316430] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000E0000
[  130.316432] i40e 01:00.0 ntc 50 head 51.
[  130.316433] i40e 01:00.0 AQTX: desc and buffer:
[  130.316433] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.316434] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316434] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  130.316435] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.316488] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316488] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.316489] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316490] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  130.316490] i40e 01:00.0 	addr (h,l)   0x000E0000 0x00000000
[  130.316492] i40e 01:00.0 ntc 51 head 52.
[  130.316493] i40e 01:00.0 AQTX: desc and buffer:
[  130.316494] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  130.316494] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316495] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  130.316496] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF35000
[  130.316496] i40e 01:00.0 AQ CMD Buffer:
[  130.316497] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  130.316497] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.316600] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316601] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  130.316602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316603] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  130.316604] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF35000
[  130.316604] i40e 01:00.0 AQ CMD Buffer:
[  130.316605] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.316605] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316607] i40e 01:00.0 ntc 52 head 53.
[  130.316608] i40e 01:00.0 AQTX: desc and buffer:
[  130.316610] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  130.316610] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316611] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  130.316611] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA55000
[  130.316612] i40e 01:00.0 AQ CMD Buffer:
[  130.316613] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316613] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0e 00 00 00 00 00
[  130.316614] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  130.316615] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  130.316718] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316719] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  130.316719] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316720] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  130.316721] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA55000
[  130.316722] i40e 01:00.0 AQ CMD Buffer:
[  130.316722] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316724] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316725] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316726] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316728] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  130.316732] i40e 01:00.0 ntc 53 head 54.
[  130.316733] i40e 01:00.0 AQTX: desc and buffer:
[  130.316734] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  130.316735] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316735] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.316736] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA70000
[  130.316736] i40e 01:00.0 AQ CMD Buffer:
[  130.316737] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  130.316738] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  130.316738] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  130.316739] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  130.316740] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  130.316741] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  130.316743] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 1c 10 
00 00 00 00 00 00
[  130.316747] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  130.316852] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316853] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  130.316854] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316855] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  130.316855] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA70000
[  130.316856] i40e 01:00.0 AQ CMD Buffer:
[  130.316858] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  130.316859] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.316860] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316860] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316861] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316861] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316862] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.316863] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316865] i40e 01:00.0 ntc 54 head 55.
[  130.316866] i40e 01:00.0 AQTX: desc and buffer:
[  130.316867] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  130.316867] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316868] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.316869] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46935000
[  130.316869] i40e 01:00.0 AQ CMD Buffer:
[  130.316870] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  130.316870] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.316871] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316872] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316873] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316873] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316874] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.316875] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316927] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.316928] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  130.316928] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316929] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  130.316929] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46935000
[  130.316932] i40e 01:00.0 ntc 55 head 56.
[  130.316933] i40e 01:00.0 AQTX: desc and buffer:
[  130.316933] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  130.316934] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.316934] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  130.316935] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFD3000
[  130.316936] i40e 01:00.0 AQ CMD Buffer:
[  130.316937] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316938] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  130.316938] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316939] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316940] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316940] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316941] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.316941] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317145] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.317146] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  130.317146] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317147] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  130.317148] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFD3000
[  130.317149] i40e 01:00.0 AQ CMD Buffer:
[  130.317149] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  130.317150] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  130.317151] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317151] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317152] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317152] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  130.317153] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.317153] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317156] i40e 01:00.0 ntc 56 head 57.
[  130.317157] i40e 01:00.0 AQTX: desc and buffer:
[  130.317158] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  130.317158] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317159] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  130.317161] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E213000
[  130.317161] i40e 01:00.0 AQ CMD Buffer:
[  130.317163] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317164] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317164] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317166] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317268] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.317271] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  130.317272] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317273] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  130.317273] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E213000
[  130.317274] i40e 01:00.0 AQ CMD Buffer:
[  130.317274] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317275] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.317276] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317276] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317278] i40e 01:00.0 ntc 57 head 58.
[  130.317279] i40e 01:00.0 AQTX: desc and buffer:
[  130.317280] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  130.317281] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317281] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  130.317282] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A18000
[  130.317282] i40e 01:00.0 AQ CMD Buffer:
[  130.317283] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317284] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317386] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.317387] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  130.317388] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317388] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  130.317390] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A18000
[  130.317390] i40e 01:00.0 AQ CMD Buffer:
[  130.317391] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  130.317392] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317397] i40e 01:00.0 ntc 58 head 59.
[  130.317398] i40e 01:00.0 AQTX: desc and buffer:
[  130.317398] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.317399] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317402] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  130.317402] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  130.317556] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.317560] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.317562] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317564] i40e 01:00.0 	param (0,1)  0x00060008 0x00FA01F8
[  130.317566] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  130.317570] i40e 01:00.0 ntc 59 head 60.
[  130.317571] i40e 01:00.0 AQTX: desc and buffer:
[  130.317571] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  130.317572] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.317573] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  130.317573] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D4AB000
[  130.317574] i40e 01:00.0 AQ CMD Buffer:
[  130.317575] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  130.317576] i40e 01:00.0: 	0x00000010: 9c 10 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  130.317576] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  130.317577] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  130.317577] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  130.317578] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  130.317579] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317580] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  130.317581] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  130.317583] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  130.317583] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  130.317584] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317584] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317585] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  130.317586] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  130.317586] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  130.317587] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 3f e8 
01 00 00 00 00 00
[  130.317587] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  130.317588] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  130.317588] i40e 01:00.0: 	0x00000130: 60 a7 d4 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  130.317590] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  130.317590] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  130.317591] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  130.317592] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  130.317592] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  130.317593] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317593] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  130.317594] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  130.317595] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  130.317595] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  130.317596] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.317597] i40e 01:00.0: 	0x000001f0: 08 00 06 00 f8 01 fa 00 0b 00 
87 01 00 00 00 00
[  130.317597] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  130.317598] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  130.321084] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.321085] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  130.321085] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.321086] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  130.321087] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D4AB000
[  130.321087] i40e 01:00.0 AQ CMD Buffer:
[  130.321088] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  130.321088] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.321089] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321090] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321090] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321091] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321091] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321092] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321092] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321093] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321094] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321094] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321095] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321095] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321096] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321097] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321097] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321098] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321098] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321099] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321100] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321101] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321102] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321103] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321103] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321104] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321104] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321105] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321106] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321106] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321107] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321107] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321108] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.321109] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.321111] i40e 01:00.0 ntc 60 head 61.
[  130.321112] i40e 01:00.0 AQTX: desc and buffer:
[  130.321112] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.321113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.321113] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  130.321114] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.323137] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.323138] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.323138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.323139] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  130.323139] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  130.323141] i40e 01:00.0 ntc 61 head 62.
[  130.323143] i40e 01:00.0 AQTX: desc and buffer:
[  130.323143] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  130.323144] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.323144] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.323145] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A8B5000
[  130.323146] i40e 01:00.0 AQ CMD Buffer:
[  130.323146] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  130.323147] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.323148] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323148] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323149] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323149] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323150] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323151] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323151] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323152] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323153] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323155] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323155] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323156] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323156] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323157] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323158] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323158] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323159] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323159] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323160] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323161] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323161] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323162] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323162] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323163] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323164] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323164] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323165] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323165] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323166] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323167] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323167] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.323168] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.326653] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.326654] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  130.326654] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.326655] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  130.326655] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A8B5000
[  130.326656] i40e 01:00.0 AQ CMD Buffer:
[  130.326657] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  130.326657] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  130.326658] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326658] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326659] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326660] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326660] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326661] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326661] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326662] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326662] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326663] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326664] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326664] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326665] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326665] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326666] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326667] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326667] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326668] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326668] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326669] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326669] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326670] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326671] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326671] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326672] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326672] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326673] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326674] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326674] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326675] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326675] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326676] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  130.326769] i40e 01:00.0 ntc 62 head 63.
[  130.326770] i40e 01:00.0 AQTX: desc and buffer:
[  130.326771] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  130.326772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.326772] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  130.326773] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A8E8000
[  130.326773] i40e 01:00.0 AQ CMD Buffer:
[  130.326774] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  130.326775] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  130.326775] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326776] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326777] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326777] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326778] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  130.326778] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  130.326830] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.326831] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  130.326832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.326832] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  130.326833] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A8E8000
[  130.328165] irq 111: Affinity broken due to vector space exhaustion.
[  130.328176] irq 115: Affinity broken due to vector space exhaustion.
[  130.328280] i40e 01:00.0 ntc 63 head 64.
[  130.328281] i40e 01:00.0 AQTX: desc and buffer:
[  130.328282] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.328283] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.328284] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  130.328286] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.328389] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.328389] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.328391] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.328392] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  130.328392] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.328395] i40e 01:00.0 ntc 64 head 65.
[  130.328396] i40e 01:00.0 AQTX: desc and buffer:
[  130.328397] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  130.328397] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.328398] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  130.328399] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A738000
[  130.328399] i40e 01:00.0 AQ CMD Buffer:
[  130.328400] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  130.328452] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.328453] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  130.328455] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.328455] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  130.328457] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A738000
[  130.914528] i40e 01:00.0 ntc 65 head 66.
[  130.914529] i40e 01:00.0 AQTX: desc and buffer:
[  130.914530] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.914531] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.914532] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  130.914532] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.914686] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.914686] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.914687] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.914688] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  130.914688] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.914691] i40e 01:00.0 ntc 66 head 67.
[  130.914692] i40e 01:00.0 AQTX: desc and buffer:
[  130.914693] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  130.914693] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.914694] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  130.914694] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4892E000
[  130.914695] i40e 01:00.0 AQ CMD Buffer:
[  130.914696] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  130.914697] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  130.915103] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.915104] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  130.915105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.915105] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  130.915106] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4892E000
[  130.915106] i40e 01:00.0 AQ CMD Buffer:
[  130.915107] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  130.915108] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  130.915111] i40e 01:00.0 ntc 67 head 68.
[  130.915112] i40e 01:00.0 AQTX: desc and buffer:
[  130.915113] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  130.915113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.915114] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  130.915114] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  130.915217] i40e 01:00.0 AQTX: desc and buffer writeback:
[  130.915218] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  130.915218] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  130.915219] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  130.915219] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.561727] i40e 01:00.0 ntc 68 head 69.
[  160.561729] i40e 01:00.0 AQTX: desc and buffer:
[  160.561730] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.561730] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.561731] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.561732] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.561784] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.561785] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.561785] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.561786] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.561786] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572231] i40e 01:00.0 AQTX: desc and buffer:
[  160.572232] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572232] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572233] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.572233] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572286] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572286] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572287] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572287] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  160.572288] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  160.572290] i40e 01:00.0 ntc 0 head 1.
[  160.572291] i40e 01:00.0 AQTX: desc and buffer:
[  160.572292] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572292] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572293] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572294] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572346] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572346] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572348] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.572348] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572358] i40e 01:00.0 ntc 1 head 2.
[  160.572359] i40e 01:00.0 AQTX: desc and buffer:
[  160.572359] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572360] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572360] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572361] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572413] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572414] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572414] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572415] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572415] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572417] i40e 01:00.0 ntc 2 head 3.
[  160.572418] i40e 01:00.0 AQTX: desc and buffer:
[  160.572419] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572419] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572420] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572420] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572472] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572473] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572474] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572474] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.572475] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572484] i40e 01:00.0 ntc 3 head 4.
[  160.572485] i40e 01:00.0 AQTX: desc and buffer:
[  160.572486] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572487] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572488] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572540] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572542] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572545] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572547] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572548] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572552] i40e 01:00.0 ntc 4 head 5.
[  160.572554] i40e 01:00.0 AQTX: desc and buffer:
[  160.572556] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572558] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572559] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572559] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572612] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572613] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572613] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572614] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.572614] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572624] i40e 01:00.0 ntc 5 head 6.
[  160.572625] i40e 01:00.0 AQTX: desc and buffer:
[  160.572626] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572627] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572629] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572631] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572685] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572685] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572686] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572687] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572689] i40e 01:00.0 ntc 6 head 7.
[  160.572692] i40e 01:00.0 AQTX: desc and buffer:
[  160.572693] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572694] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572695] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572696] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572748] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572749] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572750] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572751] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.572752] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572761] i40e 01:00.0 ntc 7 head 8.
[  160.572763] i40e 01:00.0 AQTX: desc and buffer:
[  160.572763] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572764] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572764] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572765] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572817] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572818] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572819] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572819] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572820] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572823] i40e 01:00.0 ntc 8 head 9.
[  160.572824] i40e 01:00.0 AQTX: desc and buffer:
[  160.572825] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572825] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572826] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572827] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572879] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572880] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572880] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572881] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.572882] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572892] i40e 01:00.0 ntc 9 head 10.
[  160.572893] i40e 01:00.0 AQTX: desc and buffer:
[  160.572894] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572895] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572895] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572896] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572948] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.572949] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.572950] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572952] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.572952] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.572954] i40e 01:00.0 ntc 10 head 11.
[  160.572955] i40e 01:00.0 AQTX: desc and buffer:
[  160.572956] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.572956] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.572957] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.572957] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573009] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573010] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573011] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573011] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.573012] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573023] i40e 01:00.0 ntc 11 head 12.
[  160.573024] i40e 01:00.0 AQTX: desc and buffer:
[  160.573024] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573025] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573026] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573026] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573079] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573080] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573080] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573081] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573082] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573084] i40e 01:00.0 ntc 12 head 13.
[  160.573085] i40e 01:00.0 AQTX: desc and buffer:
[  160.573085] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573086] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573087] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573087] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573140] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573142] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573143] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573146] i40e 01:00.0 ntc 13 head 14.
[  160.573147] i40e 01:00.0 AQTX: desc and buffer:
[  160.573148] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573148] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573150] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  160.573150] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573202] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573204] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573204] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573205] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  160.573205] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573216] i40e 01:00.0 ntc 14 head 15.
[  160.573217] i40e 01:00.0 AQTX: desc and buffer:
[  160.573217] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573218] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573218] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573219] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573271] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573272] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573272] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573273] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  160.573273] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573277] i40e 01:00.0 ntc 15 head 16.
[  160.573278] i40e 01:00.0 AQTX: desc and buffer:
[  160.573278] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573279] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573279] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  160.573281] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573333] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  160.573335] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573336] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  160.573336] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573337] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  160.573337] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573340] i40e 01:00.0 ntc 16 head 17.
[  160.573342] i40e 01:00.0 AQTX: desc and buffer:
[  160.573342] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  160.573343] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573344] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.573344] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BC4000
[  160.573345] i40e 01:00.0 AQ CMD Buffer:
[  160.573347] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573348] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573349] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573349] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573350] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573351] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573351] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573352] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573352] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573355] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573356] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573357] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573357] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573358] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573359] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573359] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573360] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573360] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573361] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573362] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573363] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573363] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573364] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573365] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573365] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573366] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573366] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573367] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573367] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573369] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573369] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573370] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573371] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573371] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573372] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573372] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573373] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573373] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573375] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573376] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573377] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573378] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573379] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573380] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573381] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573381] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573382] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573382] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573383] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573384] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573384] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573386] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573386] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573387] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573387] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573388] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573388] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573389] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573390] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573391] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573392] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573392] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573393] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573393] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573394] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573395] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573395] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573396] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573396] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573397] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573398] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573399] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573400] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573401] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573402] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573403] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573403] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573405] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573405] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573406] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573609] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573610] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  160.573611] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573612] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  160.573613] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BC4000
[  160.573613] i40e 01:00.0 AQ CMD Buffer:
[  160.573614] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573615] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573615] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  160.573616] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573617] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573617] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573618] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.573619] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573620] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  160.573621] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573622] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.573623] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573623] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  160.573625] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573625] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.573626] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573626] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573627] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573628] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573628] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573629] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  160.573630] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573631] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  160.573631] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573632] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573632] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573633] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573633] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573634] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  160.573635] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573636] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  160.573636] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573637] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  160.573637] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573638] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  160.573639] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573639] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  160.573640] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573640] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  160.573641] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573643] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  160.573643] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573645] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  160.573645] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573646] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.573647] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573647] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  160.573648] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573649] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  160.573650] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573650] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  160.573651] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573651] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  160.573652] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573652] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  160.573653] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573654] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  160.573655] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573655] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  160.573656] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573657] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  160.573657] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573658] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  160.573658] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573659] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  160.573659] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573661] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573661] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573662] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573662] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573663] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573664] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573665] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573666] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573667] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573668] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573668] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573669] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573669] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573670] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.573671] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  160.573674] i40e 01:00.0 ntc 17 head 18.
[  160.573675] i40e 01:00.0 AQTX: desc and buffer:
[  160.573676] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573677] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573677] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  160.573678] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573730] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573731] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573732] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573732] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  160.573733] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573737] i40e 01:00.0 ntc 18 head 19.
[  160.573738] i40e 01:00.0 AQTX: desc and buffer:
[  160.573739] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573739] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573741] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  160.573741] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573793] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573794] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573795] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573795] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  160.573796] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573798] i40e 01:00.0 ntc 19 head 20.
[  160.573800] i40e 01:00.0 AQTX: desc and buffer:
[  160.573800] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573801] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573801] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  160.573802] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573854] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573855] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573855] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573856] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  160.573856] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  160.573859] i40e 01:00.0 ntc 20 head 21.
[  160.573861] i40e 01:00.0 AQTX: desc and buffer:
[  160.573861] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573863] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573864] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  160.573865] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.573917] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.573918] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.573918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573919] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  160.573919] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  160.573922] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  160.573946] i40e 01:00.0 ntc 21 head 22.
[  160.573950] i40e 01:00.0 AQTX: desc and buffer:
[  160.573952] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.573954] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.573956] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  160.573958] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.574011] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  160.574012] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574013] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  160.574014] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574017] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  160.574020] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.574023] i40e 01:00.0 ntc 22 head 23.
[  160.574024] i40e 01:00.0 AQTX: desc and buffer:
[  160.574025] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  160.574026] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574027] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.574028] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEA8000
[  160.574028] i40e 01:00.0 AQ CMD Buffer:
[  160.574029] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574030] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574030] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574031] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574031] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574032] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574032] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574033] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574034] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574035] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574036] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574037] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574038] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574041] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574043] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574045] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574047] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574050] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574052] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574054] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574057] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574060] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574064] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574064] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574065] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574066] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574067] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574067] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574068] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574068] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574069] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574070] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574273] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574275] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  160.574278] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574279] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.574279] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEA8000
[  160.574280] i40e 01:00.0 AQ CMD Buffer:
[  160.574280] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574281] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  160.574284] i40e 01:00.0 ntc 23 head 24.
[  160.574285] i40e 01:00.0 AQTX: desc and buffer:
[  160.574286] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.574286] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574287] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  160.574288] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  160.574340] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574341] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.574342] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574344] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  160.574344] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  160.574355] i40e 01:00.0 ntc 24 head 25.
[  160.574356] i40e 01:00.0 AQTX: desc and buffer:
[  160.574357] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.574358] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574358] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574359] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  160.574461] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574462] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.574463] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574464] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574465] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  160.574467] i40e 01:00.0 ntc 25 head 26.
[  160.574468] i40e 01:00.0 AQTX: desc and buffer:
[  160.574469] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  160.574472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574473] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574473] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAD000
[  160.574474] i40e 01:00.0 AQ CMD Buffer:
[  160.574474] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  160.574475] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.574476] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574477] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  160.574478] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574478] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574479] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.574479] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574582] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574583] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  160.574584] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574586] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  160.574590] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAD000
[  160.574594] i40e 01:00.0 ntc 26 head 27.
[  160.574595] i40e 01:00.0 AQTX: desc and buffer:
[  160.574596] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  160.574596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574598] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574601] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAE000
[  160.574602] i40e 01:00.0 AQ CMD Buffer:
[  160.574603] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574604] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574604] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574605] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574708] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574709] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  160.574709] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574710] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574710] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAE000
[  160.574711] i40e 01:00.0 AQ CMD Buffer:
[  160.574712] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574712] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.574713] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574714] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574716] i40e 01:00.0 ntc 27 head 28.
[  160.574717] i40e 01:00.0 AQTX: desc and buffer:
[  160.574718] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  160.574718] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574719] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574719] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  160.574720] i40e 01:00.0 AQ CMD Buffer:
[  160.574721] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574721] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574825] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.574825] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  160.574826] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574827] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.574827] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  160.574828] i40e 01:00.0 AQ CMD Buffer:
[  160.574828] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.574829] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.574838] i40e 01:00.0 ntc 28 head 29.
[  160.574840] i40e 01:00.0 AQTX: desc and buffer:
[  160.574840] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  160.574841] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.574841] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  160.574843] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  160.574844] i40e 01:00.0 AQ CMD Buffer:
[  160.574845] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  160.575099] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575100] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  160.575101] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575101] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  160.575102] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  160.575103] i40e 01:00.0 AQ CMD Buffer:
[  160.575104] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  160.575106] i40e 01:00.0 ntc 29 head 30.
[  160.575107] i40e 01:00.0 AQTX: desc and buffer:
[  160.575107] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  160.575108] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575109] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  160.575110] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  160.575110] i40e 01:00.0 AQ CMD Buffer:
[  160.575111] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  160.575264] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  160.575265] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575265] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  160.575268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575269] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  160.575270] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  160.575270] i40e 01:00.0 AQ CMD Buffer:
[  160.575271] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  160.575305] i40e 01:00.0 ntc 30 head 31.
[  160.575306] i40e 01:00.0 AQTX: desc and buffer:
[  160.575308] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  160.575308] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575309] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.575309] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  160.575310] i40e 01:00.0 AQ CMD Buffer:
[  160.575311] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  160.575312] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.575313] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.575314] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  160.575315] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.575316] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.575316] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.575317] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.575369] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575370] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  160.575370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575371] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  160.575371] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  160.575375] i40e 01:00.0 ntc 31 head 32.
[  160.575376] i40e 01:00.0 AQTX: desc and buffer:
[  160.575377] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575377] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575378] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575379] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.575431] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575432] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575433] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575433] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575434] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  160.575436] i40e 01:00.0 ntc 32 head 33.
[  160.575437] i40e 01:00.0 AQTX: desc and buffer:
[  160.575438] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575441] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575441] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575442] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  160.575494] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575495] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575496] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575496] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575497] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  160.575500] i40e 01:00.0 ntc 33 head 34.
[  160.575500] i40e 01:00.0 AQTX: desc and buffer:
[  160.575501] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575502] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575502] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  160.575503] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.575557] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575559] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575561] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575564] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  160.575566] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  160.575569] i40e 01:00.0 ntc 34 head 35.
[  160.575572] i40e 01:00.0 AQTX: desc and buffer:
[  160.575574] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575577] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575581] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  160.575582] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.575634] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575635] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575636] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575636] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  160.575637] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  160.575639] i40e 01:00.0 ntc 35 head 36.
[  160.575640] i40e 01:00.0 AQTX: desc and buffer:
[  160.575641] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575642] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575643] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  160.575643] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  160.575695] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575696] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575697] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575697] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  160.575698] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  160.575700] i40e 01:00.0 ntc 36 head 37.
[  160.575701] i40e 01:00.0 AQTX: desc and buffer:
[  160.575702] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575702] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575703] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  160.575703] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  160.575756] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575756] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575757] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575758] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  160.575758] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  160.575760] i40e 01:00.0 ntc 37 head 38.
[  160.575761] i40e 01:00.0 AQTX: desc and buffer:
[  160.575762] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575763] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575764] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575764] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.575816] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575818] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575819] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575819] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575820] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  160.575822] i40e 01:00.0 ntc 38 head 39.
[  160.575823] i40e 01:00.0 AQTX: desc and buffer:
[  160.575824] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575824] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575825] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575826] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  160.575878] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.575879] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.575880] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575881] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  160.575881] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  160.575898] i40e 01:00.0 ntc 39 head 40.
[  160.575899] i40e 01:00.0 AQTX: desc and buffer:
[  160.575900] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.575901] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.575902] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  160.575903] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.577925] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.577925] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.577926] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.577927] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  160.577927] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  160.577929] i40e 01:00.0 ntc 40 head 41.
[  160.577930] i40e 01:00.0 AQTX: desc and buffer:
[  160.577931] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  160.577932] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.577933] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.577934] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  160.577935] i40e 01:00.0 AQ CMD Buffer:
[  160.577936] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  160.577937] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  160.577937] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  160.577938] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.577938] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  160.577939] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  160.577940] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  160.577940] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  160.577941] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.577941] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  160.577942] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  160.577942] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  160.577943] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  160.577944] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  160.577944] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  160.577945] i40e 01:00.0: 	0x000000f0: e0 64 e3 89 f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  160.577945] i40e 01:00.0: 	0x00000100: e0 84 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.577946] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  160.577947] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  160.577947] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  160.577948] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 64 
e3 89 f3 8a ff ff
[  160.577949] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  160.577949] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  160.577950] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  160.577950] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  160.577951] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  160.577951] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  160.577952] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 e4 
48 8a f3 8a ff ff
[  160.577953] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  160.577953] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  160.577954] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  160.577955] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 e4 
48 8a f3 8a ff ff
[  160.577956] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  160.577957] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  160.581442] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.581443] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  160.581443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.581444] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.581445] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  160.581445] i40e 01:00.0 AQ CMD Buffer:
[  160.581446] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  160.581446] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.581447] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581448] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581448] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581449] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581449] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581450] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581450] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581451] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581452] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581453] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581453] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581454] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581456] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581456] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581457] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581458] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581458] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581459] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581459] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581460] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581460] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581461] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581462] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581462] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581463] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581463] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581464] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581465] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581465] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581466] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581466] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.581467] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.581469] i40e 0000:01:00.0: PHC enabled
[  160.581472] i40e 01:00.0 ntc 41 head 42.
[  160.581473] i40e 01:00.0 AQTX: desc and buffer:
[  160.581474] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.581474] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.581475] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  160.581475] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.583497] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.583498] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.583499] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.583499] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  160.583500] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  160.583507] i40e 01:00.0 ntc 42 head 43.
[  160.583507] i40e 01:00.0 AQTX: desc and buffer:
[  160.583508] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.583509] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.583510] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.583510] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  160.583562] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.583564] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.583564] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.583565] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.583565] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.583567] i40e 01:00.0 ntc 43 head 44.
[  160.583568] i40e 01:00.0 AQTX: desc and buffer:
[  160.583569] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  160.583570] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.583570] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.583573] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  160.583573] i40e 01:00.0 AQ CMD Buffer:
[  160.583575] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583576] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  160.583576] i40e 01:00.0: 	0x00000020: c8 14 00 00 00 00 00 00 c7 14 
00 00 00 00 00 00
[  160.583577] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  160.583578] i40e 01:00.0: 	0x00000040: c8 14 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  160.583579] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  160.583579] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  160.583580] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  160.583580] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  160.583581] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583582] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  160.583582] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  160.583583] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  160.583584] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  160.583585] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583585] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583586] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  160.583586] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  160.583587] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  160.583587] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  160.583588] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  160.583589] i40e 01:00.0: 	0x00000150: 60 65 e3 89 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  160.583590] i40e 01:00.0: 	0x00000160: 60 85 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.583590] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  160.583591] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  160.583592] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  160.583592] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583593] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  160.583594] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.583596] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  160.583597] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  160.583598] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  160.583598] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.583599] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.587086] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.587086] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  160.587087] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.587088] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.587088] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  160.587089] i40e 01:00.0 AQ CMD Buffer:
[  160.587089] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  160.587090] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.587091] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587091] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587092] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587092] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587093] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587093] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587094] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587095] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587095] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587096] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587096] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587097] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587098] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587098] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587099] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587100] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587101] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587102] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587103] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587104] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587104] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587105] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587105] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587106] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587106] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587107] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587108] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587108] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587109] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587109] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587110] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.587111] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.587113] i40e 01:00.0 ntc 44 head 45.
[  160.587114] i40e 01:00.0 AQTX: desc and buffer:
[  160.587114] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.587115] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.587116] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  160.587116] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.589139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.589139] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.589141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.589141] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  160.589142] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  160.589144] i40e 01:00.0 ntc 45 head 46.
[  160.589145] i40e 01:00.0 AQTX: desc and buffer:
[  160.589146] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  160.589146] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.589147] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.589147] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  160.589148] i40e 01:00.0 AQ CMD Buffer:
[  160.589149] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  160.589149] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  160.589150] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  160.589151] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  160.589151] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  160.589152] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  160.589152] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  160.589153] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  160.589153] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  160.589154] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  160.589155] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  160.589155] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  160.589156] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  160.589156] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  160.589157] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  160.589157] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  160.589158] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  160.589159] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  160.589159] i40e 01:00.0: 	0x00000120: 80 65 e3 89 f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  160.589160] i40e 01:00.0: 	0x00000130: 80 85 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.589161] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  160.589162] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  160.589163] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  160.589164] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  160.589164] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  160.589165] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.589166] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  160.589166] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.589167] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  160.589167] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  160.589168] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 d0 81 36
[  160.589168] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  160.589169] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  160.589170] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  160.592655] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.592655] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  160.592656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592657] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.592657] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  160.592658] i40e 01:00.0 AQ CMD Buffer:
[  160.592658] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  160.592659] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.592660] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592660] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592661] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592661] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592662] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592662] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592663] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592664] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592665] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592666] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592667] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592668] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592668] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592669] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592669] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592670] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592670] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592671] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592672] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592672] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592673] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592673] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592674] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592675] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592675] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592676] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592676] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592677] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592677] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592678] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592679] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592679] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.592682] i40e 01:00.0 ntc 46 head 47.
[  160.592683] i40e 01:00.0 AQTX: desc and buffer:
[  160.592684] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  160.592684] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592685] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.592685] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  160.592686] i40e 01:00.0 AQ CMD Buffer:
[  160.592687] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592689] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592689] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592690] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592690] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592691] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592692] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592692] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592795] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.592796] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  160.592796] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592797] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  160.592798] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  160.592798] i40e 01:00.0 AQ CMD Buffer:
[  160.592799] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  160.592799] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.592800] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592800] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592801] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592802] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592802] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.592803] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592806] i40e 01:00.0 ntc 47 head 48.
[  160.592807] i40e 01:00.0 AQTX: desc and buffer:
[  160.592807] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  160.592808] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592809] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.592809] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  160.592810] i40e 01:00.0 AQ CMD Buffer:
[  160.592810] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592811] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592812] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592812] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592915] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.592916] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  160.592916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592917] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.592917] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  160.592918] i40e 01:00.0 AQ CMD Buffer:
[  160.592919] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592920] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.592921] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592922] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592924] i40e 01:00.0 ntc 48 head 49.
[  160.592925] i40e 01:00.0 AQTX: desc and buffer:
[  160.592925] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  160.592926] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.592927] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.592927] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  160.592928] i40e 01:00.0 AQ CMD Buffer:
[  160.592928] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.592929] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593032] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593032] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  160.593033] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593034] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.593034] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  160.593035] i40e 01:00.0 AQ CMD Buffer:
[  160.593035] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.593036] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593039] i40e 01:00.0 ntc 49 head 50.
[  160.593040] i40e 01:00.0 AQTX: desc and buffer:
[  160.593041] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.593041] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593042] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  160.593043] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.593348] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593349] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.593349] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593350] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  160.593350] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000E0000
[  160.593352] i40e 01:00.0 ntc 50 head 51.
[  160.593353] i40e 01:00.0 AQTX: desc and buffer:
[  160.593354] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.593354] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593355] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  160.593356] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.593408] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593408] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.593409] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593410] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  160.593410] i40e 01:00.0 	addr (h,l)   0x000E0000 0x00000000
[  160.593412] i40e 01:00.0 ntc 51 head 52.
[  160.593413] i40e 01:00.0 AQTX: desc and buffer:
[  160.593414] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  160.593414] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593415] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  160.593416] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  160.593416] i40e 01:00.0 AQ CMD Buffer:
[  160.593417] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  160.593417] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.593524] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593526] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  160.593528] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593532] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  160.593535] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  160.593538] i40e 01:00.0 AQ CMD Buffer:
[  160.593540] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.593543] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593547] i40e 01:00.0 ntc 52 head 53.
[  160.593549] i40e 01:00.0 AQTX: desc and buffer:
[  160.593552] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  160.593556] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593560] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  160.593562] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  160.593565] i40e 01:00.0 AQ CMD Buffer:
[  160.593567] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593569] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0e 00 00 00 00 00
[  160.593571] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  160.593574] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  160.593677] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593678] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  160.593679] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593679] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  160.593680] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  160.593681] i40e 01:00.0 AQ CMD Buffer:
[  160.593682] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593683] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593685] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593687] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593691] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  160.593697] i40e 01:00.0 ntc 53 head 54.
[  160.593699] i40e 01:00.0 AQTX: desc and buffer:
[  160.593701] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  160.593703] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593705] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.593707] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[  160.593709] i40e 01:00.0 AQ CMD Buffer:
[  160.593711] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  160.593715] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  160.593718] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  160.593721] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  160.593723] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  160.593725] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  160.593727] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 f4 15 
00 00 00 00 00 00
[  160.593730] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  160.593833] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593834] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  160.593835] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593835] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  160.593836] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[  160.593837] i40e 01:00.0 AQ CMD Buffer:
[  160.593838] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  160.593838] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.593839] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593839] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593840] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593841] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593841] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.593842] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593844] i40e 01:00.0 ntc 54 head 55.
[  160.593845] i40e 01:00.0 AQTX: desc and buffer:
[  160.593846] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  160.593848] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593848] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.593849] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E249000
[  160.593850] i40e 01:00.0 AQ CMD Buffer:
[  160.593851] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  160.593851] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.593852] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593852] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593853] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593854] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593855] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.593855] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593907] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.593909] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  160.593910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593911] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  160.593912] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E249000
[  160.593915] i40e 01:00.0 ntc 55 head 56.
[  160.593916] i40e 01:00.0 AQTX: desc and buffer:
[  160.593916] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  160.593917] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.593918] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  160.593919] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  160.593919] i40e 01:00.0 AQ CMD Buffer:
[  160.593920] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593921] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  160.593921] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593922] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593923] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593923] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593924] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.593924] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594129] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.594130] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  160.594131] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594131] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  160.594132] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  160.594132] i40e 01:00.0 AQ CMD Buffer:
[  160.594133] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  160.594134] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  160.594134] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594135] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594135] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594136] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  160.594137] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.594138] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594140] i40e 01:00.0 ntc 56 head 57.
[  160.594142] i40e 01:00.0 AQTX: desc and buffer:
[  160.594142] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  160.594143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594144] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  160.594145] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AA05000
[  160.594145] i40e 01:00.0 AQ CMD Buffer:
[  160.594147] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594148] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594149] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594149] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594252] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.594253] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  160.594254] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594254] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  160.594255] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AA05000
[  160.594255] i40e 01:00.0 AQ CMD Buffer:
[  160.594256] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594257] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.594257] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594258] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594260] i40e 01:00.0 ntc 57 head 58.
[  160.594261] i40e 01:00.0 AQTX: desc and buffer:
[  160.594262] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  160.594262] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594263] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  160.594263] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  160.594264] i40e 01:00.0 AQ CMD Buffer:
[  160.594264] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594266] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594368] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.594369] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  160.594370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594370] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  160.594371] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  160.594371] i40e 01:00.0 AQ CMD Buffer:
[  160.594372] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  160.594373] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594379] i40e 01:00.0 ntc 58 head 59.
[  160.594381] i40e 01:00.0 AQTX: desc and buffer:
[  160.594381] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.594382] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594383] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  160.594384] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  160.594537] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.594539] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.594541] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594544] i40e 01:00.0 	param (0,1)  0x00060008 0x00FA01F8
[  160.594546] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  160.594549] i40e 01:00.0 ntc 59 head 60.
[  160.594553] i40e 01:00.0 AQTX: desc and buffer:
[  160.594557] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  160.594559] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.594561] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  160.594562] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A5E7000
[  160.594564] i40e 01:00.0 AQ CMD Buffer:
[  160.594567] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  160.594569] i40e 01:00.0: 	0x00000010: 74 16 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  160.594571] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  160.594574] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  160.594576] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  160.594580] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  160.594583] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594585] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  160.594587] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  160.594589] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  160.594592] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  160.594594] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594596] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594596] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  160.594597] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  160.594597] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  160.594599] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  160.594599] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  160.594600] i40e 01:00.0: 	0x00000120: 60 67 e3 89 f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  160.594601] i40e 01:00.0: 	0x00000130: 60 87 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  160.594602] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  160.594603] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  160.594604] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  160.594604] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  160.594605] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  160.594606] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594607] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  160.594607] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  160.594608] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  160.594609] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  160.594609] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.594610] i40e 01:00.0: 	0x000001f0: 08 00 06 00 f8 01 fa 00 0b 00 
87 01 00 00 00 00
[  160.594610] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  160.594611] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  160.598097] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.598098] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  160.598098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.598099] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  160.598099] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A5E7000
[  160.598100] i40e 01:00.0 AQ CMD Buffer:
[  160.598101] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  160.598102] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.598102] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598103] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598103] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598104] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598104] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598105] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598106] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598106] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598107] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598107] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598108] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598109] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598109] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598110] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598111] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598111] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598112] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598112] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598113] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598114] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598115] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598116] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598118] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598118] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598119] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598119] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598120] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598121] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598121] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598122] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598122] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.598123] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.598125] i40e 01:00.0 ntc 60 head 61.
[  160.598126] i40e 01:00.0 AQTX: desc and buffer:
[  160.598127] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.598127] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.598128] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  160.598128] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.600149] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.600150] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.600151] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.600151] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  160.600152] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  160.600154] i40e 01:00.0 ntc 61 head 62.
[  160.600155] i40e 01:00.0 AQTX: desc and buffer:
[  160.600156] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  160.600156] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.600157] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.600158] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48898000
[  160.600158] i40e 01:00.0 AQ CMD Buffer:
[  160.600159] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  160.600159] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.600160] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600161] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600161] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600162] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600162] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600163] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600164] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600164] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600165] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600165] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600166] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600167] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600167] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600168] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600170] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600170] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600171] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600171] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600172] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600173] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600173] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600174] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600174] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600175] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600176] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600176] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600177] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600178] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600178] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600179] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600179] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.600180] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.603665] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.603666] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  160.603666] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.603667] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  160.603667] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48898000
[  160.603668] i40e 01:00.0 AQ CMD Buffer:
[  160.603669] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  160.603669] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  160.603670] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603670] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603671] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603672] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603672] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603673] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603673] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603674] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603674] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603675] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603676] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603676] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603677] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603677] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603678] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603679] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603679] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603680] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603680] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603681] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603681] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603682] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603683] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603683] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603684] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603684] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603685] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603686] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603686] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603687] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603688] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603688] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  160.603970] i40e 01:00.0 ntc 62 head 63.
[  160.603971] i40e 01:00.0 AQTX: desc and buffer:
[  160.603972] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  160.603972] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.603973] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  160.603973] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A59000
[  160.603974] i40e 01:00.0 AQ CMD Buffer:
[  160.603975] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  160.603975] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  160.603976] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603976] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603977] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603978] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.603978] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  160.603979] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  160.604031] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.604032] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  160.604032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.604033] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  160.604033] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A59000
[  160.605414] irq 111: Affinity broken due to vector space exhaustion.
[  160.605426] irq 115: Affinity broken due to vector space exhaustion.
[  160.605578] i40e 01:00.0 ntc 63 head 64.
[  160.605580] i40e 01:00.0 AQTX: desc and buffer:
[  160.605580] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.605581] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.605582] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  160.605582] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.605685] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.605686] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.605687] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.605687] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  160.605688] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.605690] i40e 01:00.0 ntc 64 head 65.
[  160.605691] i40e 01:00.0 AQTX: desc and buffer:
[  160.605692] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  160.605693] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.605693] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  160.605694] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4496E000
[  160.605694] i40e 01:00.0 AQ CMD Buffer:
[  160.605695] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  160.605747] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.605748] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  160.605749] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.605749] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  160.605750] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4496E000
[  160.930532] i40e 01:00.0 ntc 65 head 66.
[  160.930534] i40e 01:00.0 AQTX: desc and buffer:
[  160.930535] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.930536] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.930536] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  160.930537] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.930690] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.930691] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.930691] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.930692] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  160.930693] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.930695] i40e 01:00.0 ntc 66 head 67.
[  160.930696] i40e 01:00.0 AQTX: desc and buffer:
[  160.930697] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  160.930697] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.930698] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  160.930699] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[  160.930699] i40e 01:00.0 AQ CMD Buffer:
[  160.930701] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  160.930701] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  160.931108] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.931108] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  160.931109] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.931110] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  160.931110] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[  160.931111] i40e 01:00.0 AQ CMD Buffer:
[  160.931111] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  160.931112] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  160.931115] i40e 01:00.0 ntc 67 head 68.
[  160.931116] i40e 01:00.0 AQTX: desc and buffer:
[  160.931117] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  160.931117] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.931118] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  160.931119] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  160.931221] i40e 01:00.0 AQTX: desc and buffer writeback:
[  160.931222] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  160.931222] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  160.931223] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  160.931224] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  190.928912] i40e 01:00.0 ntc 68 head 69.
[  190.928913] i40e 01:00.0 AQTX: desc and buffer:
[  190.928914] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  190.928915] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  190.928916] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  190.928916] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  190.928968] i40e 01:00.0 AQTX: desc and buffer writeback:
[  190.928969] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  190.928970] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  190.928970] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  190.928971] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.234722] i40e 01:00.0 AQTX: desc and buffer:
[  194.234723] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.234724] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.234724] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.234725] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271230] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271231] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271231] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271232] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  194.271233] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  194.271235] i40e 01:00.0 ntc 0 head 1.
[  194.271236] i40e 01:00.0 AQTX: desc and buffer:
[  194.271236] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271237] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271238] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271238] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271290] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271291] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271292] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271292] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271293] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271302] i40e 01:00.0 ntc 1 head 2.
[  194.271303] i40e 01:00.0 AQTX: desc and buffer:
[  194.271304] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271305] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271305] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271306] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271358] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271359] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271359] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271360] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271360] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271362] i40e 01:00.0 ntc 2 head 3.
[  194.271363] i40e 01:00.0 AQTX: desc and buffer:
[  194.271364] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271364] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271365] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271366] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271418] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271418] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271419] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271420] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271420] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271429] i40e 01:00.0 ntc 3 head 4.
[  194.271430] i40e 01:00.0 AQTX: desc and buffer:
[  194.271431] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271432] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271432] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271433] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271485] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271485] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271487] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271487] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271489] i40e 01:00.0 ntc 4 head 5.
[  194.271490] i40e 01:00.0 AQTX: desc and buffer:
[  194.271491] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271491] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271492] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271492] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271545] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271548] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271549] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271551] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271554] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271565] i40e 01:00.0 ntc 5 head 6.
[  194.271566] i40e 01:00.0 AQTX: desc and buffer:
[  194.271566] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271567] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271568] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271568] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271621] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271622] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271622] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271623] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271625] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271628] i40e 01:00.0 ntc 6 head 7.
[  194.271629] i40e 01:00.0 AQTX: desc and buffer:
[  194.271631] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271631] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271632] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271632] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271684] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271686] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271687] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271688] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271698] i40e 01:00.0 ntc 7 head 8.
[  194.271699] i40e 01:00.0 AQTX: desc and buffer:
[  194.271699] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271700] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271701] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271702] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271754] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271756] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271756] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271758] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271758] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271760] i40e 01:00.0 ntc 8 head 9.
[  194.271761] i40e 01:00.0 AQTX: desc and buffer:
[  194.271762] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271763] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271763] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271764] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271816] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271817] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271818] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271820] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271821] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271830] i40e 01:00.0 ntc 9 head 10.
[  194.271831] i40e 01:00.0 AQTX: desc and buffer:
[  194.271832] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271833] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271833] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271834] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271886] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271887] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271887] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271889] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271889] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271891] i40e 01:00.0 ntc 10 head 11.
[  194.271892] i40e 01:00.0 AQTX: desc and buffer:
[  194.271893] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271894] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271894] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.271895] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271947] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.271948] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.271949] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271950] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.271950] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.271960] i40e 01:00.0 ntc 11 head 12.
[  194.271960] i40e 01:00.0 AQTX: desc and buffer:
[  194.271961] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.271962] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.271962] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.271963] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272015] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272016] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272016] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272017] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.272017] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272019] i40e 01:00.0 ntc 12 head 13.
[  194.272021] i40e 01:00.0 AQTX: desc and buffer:
[  194.272021] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272022] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272023] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.272023] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272075] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272076] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272077] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272077] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.272078] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272080] i40e 01:00.0 ntc 13 head 14.
[  194.272081] i40e 01:00.0 AQTX: desc and buffer:
[  194.272082] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272082] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272083] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  194.272084] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272136] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272136] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272137] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272138] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  194.272138] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272147] i40e 01:00.0 ntc 14 head 15.
[  194.272148] i40e 01:00.0 AQTX: desc and buffer:
[  194.272149] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272150] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.272151] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272203] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272204] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272204] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272205] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  194.272206] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272208] i40e 01:00.0 ntc 15 head 16.
[  194.272209] i40e 01:00.0 AQTX: desc and buffer:
[  194.272210] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272211] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272212] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  194.272212] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272264] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  194.272266] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272267] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  194.272267] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272268] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  194.272268] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272271] i40e 01:00.0 ntc 16 head 17.
[  194.272273] i40e 01:00.0 AQTX: desc and buffer:
[  194.272273] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  194.272274] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272274] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.272275] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BC6F000
[  194.272276] i40e 01:00.0 AQ CMD Buffer:
[  194.272277] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272278] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272279] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272280] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272281] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272282] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272282] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272283] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272284] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272285] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272285] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272286] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272286] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272287] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272288] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272289] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272289] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272290] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272291] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272291] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272292] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272292] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272293] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272294] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272295] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272295] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272296] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272296] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272297] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272298] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272298] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272299] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272299] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272300] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272301] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272303] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272305] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272305] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272306] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272306] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272307] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272307] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272309] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272309] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272310] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272310] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272311] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272312] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272312] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272313] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272313] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272314] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272315] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272316] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272316] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272317] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272318] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272318] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272319] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272319] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272321] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272321] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272322] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272322] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272323] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272323] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272324] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272325] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272327] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272328] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272329] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272329] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272330] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272330] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272331] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272332] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272332] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272333] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272334] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272334] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272538] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272541] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  194.272545] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272547] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  194.272549] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BC6F000
[  194.272550] i40e 01:00.0 AQ CMD Buffer:
[  194.272552] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272555] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272557] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  194.272559] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272561] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272565] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272569] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.272572] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272574] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  194.272576] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272579] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.272581] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272583] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  194.272585] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272589] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.272593] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272595] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272597] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272599] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272601] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272603] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  194.272604] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272604] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  194.272605] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272606] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272606] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272607] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272607] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272608] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  194.272609] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272610] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  194.272611] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272612] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  194.272613] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272614] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  194.272615] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272616] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  194.272616] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272617] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  194.272618] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272618] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  194.272619] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272619] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  194.272620] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272620] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.272622] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272622] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  194.272623] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272623] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  194.272624] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272625] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  194.272625] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272626] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  194.272626] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272627] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  194.272628] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272629] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  194.272629] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272630] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  194.272630] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272631] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  194.272632] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272632] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  194.272633] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272634] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  194.272635] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272636] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272638] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272638] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272639] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272640] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272641] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272641] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272642] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272642] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272643] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272644] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272644] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272645] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272645] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272647] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  194.272649] i40e 01:00.0 ntc 17 head 18.
[  194.272650] i40e 01:00.0 AQTX: desc and buffer:
[  194.272651] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272653] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  194.272653] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272705] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272706] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272707] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272707] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  194.272708] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272710] i40e 01:00.0 ntc 18 head 19.
[  194.272711] i40e 01:00.0 AQTX: desc and buffer:
[  194.272711] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272713] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272715] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  194.272716] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272770] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272771] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272772] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  194.272773] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272775] i40e 01:00.0 ntc 19 head 20.
[  194.272776] i40e 01:00.0 AQTX: desc and buffer:
[  194.272776] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272777] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272778] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  194.272779] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272831] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272832] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272833] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  194.272834] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  194.272836] i40e 01:00.0 ntc 20 head 21.
[  194.272837] i40e 01:00.0 AQTX: desc and buffer:
[  194.272837] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272838] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272838] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  194.272839] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272891] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272892] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.272894] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272896] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  194.272896] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  194.272899] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  194.272911] i40e 01:00.0 ntc 21 head 22.
[  194.272912] i40e 01:00.0 AQTX: desc and buffer:
[  194.272913] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.272913] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272914] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  194.272915] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272967] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  194.272968] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.272969] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  194.272969] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272970] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  194.272970] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.272973] i40e 01:00.0 ntc 22 head 23.
[  194.272974] i40e 01:00.0 AQTX: desc and buffer:
[  194.272974] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  194.272975] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.272977] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.272978] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFD0000
[  194.272982] i40e 01:00.0 AQ CMD Buffer:
[  194.272986] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272989] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272991] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272993] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272996] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.272998] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273000] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273002] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273005] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273008] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273012] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273014] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273016] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273019] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273022] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273024] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273026] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273029] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273032] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273036] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273038] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273040] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273043] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273045] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273047] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273049] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273049] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273051] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273051] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273052] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273053] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273054] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273259] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273260] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  194.273260] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273261] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.273261] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFD0000
[  194.273262] i40e 01:00.0 AQ CMD Buffer:
[  194.273263] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273263] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  194.273268] i40e 01:00.0 ntc 23 head 24.
[  194.273269] i40e 01:00.0 AQTX: desc and buffer:
[  194.273270] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.273271] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273271] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  194.273272] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  194.273325] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273325] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.273326] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273327] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  194.273327] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  194.273337] i40e 01:00.0 ntc 24 head 25.
[  194.273338] i40e 01:00.0 AQTX: desc and buffer:
[  194.273339] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.273339] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273340] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273341] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  194.273444] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273445] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.273445] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273446] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273446] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  194.273448] i40e 01:00.0 ntc 25 head 26.
[  194.273450] i40e 01:00.0 AQTX: desc and buffer:
[  194.273450] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  194.273451] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273452] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273453] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  194.273453] i40e 01:00.0 AQ CMD Buffer:
[  194.273454] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  194.273455] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.273455] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273456] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  194.273457] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273458] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273461] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.273462] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273564] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273565] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  194.273566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273566] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  194.273567] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  194.273569] i40e 01:00.0 ntc 26 head 27.
[  194.273570] i40e 01:00.0 AQTX: desc and buffer:
[  194.273571] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  194.273571] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273572] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273573] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BE9000
[  194.273573] i40e 01:00.0 AQ CMD Buffer:
[  194.273575] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273576] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273577] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273577] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273680] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273681] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  194.273681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273683] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273683] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BE9000
[  194.273684] i40e 01:00.0 AQ CMD Buffer:
[  194.273684] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273685] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.273686] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273686] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273688] i40e 01:00.0 ntc 27 head 28.
[  194.273690] i40e 01:00.0 AQTX: desc and buffer:
[  194.273690] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  194.273691] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273692] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273692] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  194.273693] i40e 01:00.0 AQ CMD Buffer:
[  194.273694] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273694] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273797] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.273798] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  194.273798] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273799] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.273800] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  194.273800] i40e 01:00.0 AQ CMD Buffer:
[  194.273801] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.273802] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.273809] i40e 01:00.0 ntc 28 head 29.
[  194.273810] i40e 01:00.0 AQTX: desc and buffer:
[  194.273811] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  194.273812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.273812] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  194.273813] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  194.273813] i40e 01:00.0 AQ CMD Buffer:
[  194.273814] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  194.274068] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274069] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  194.274070] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274071] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  194.274071] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  194.274072] i40e 01:00.0 AQ CMD Buffer:
[  194.274073] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  194.274075] i40e 01:00.0 ntc 29 head 30.
[  194.274076] i40e 01:00.0 AQTX: desc and buffer:
[  194.274077] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  194.274078] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274079] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  194.274082] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  194.274083] i40e 01:00.0 AQ CMD Buffer:
[  194.274084] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  194.274237] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  194.274238] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274239] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  194.274239] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274240] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  194.274241] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  194.274241] i40e 01:00.0 AQ CMD Buffer:
[  194.274242] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  194.274263] i40e 01:00.0 ntc 30 head 31.
[  194.274264] i40e 01:00.0 AQTX: desc and buffer:
[  194.274265] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  194.274265] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274267] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.274268] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CAA9000
[  194.274268] i40e 01:00.0 AQ CMD Buffer:
[  194.274269] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  194.274270] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.274271] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.274271] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  194.274273] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.274274] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.274275] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.274275] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.274327] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274328] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  194.274329] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274329] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  194.274330] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CAA9000
[  194.274333] i40e 01:00.0 ntc 31 head 32.
[  194.274335] i40e 01:00.0 AQTX: desc and buffer:
[  194.274336] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274337] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274337] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274338] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274390] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274391] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274392] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274393] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274393] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274395] i40e 01:00.0 ntc 32 head 33.
[  194.274396] i40e 01:00.0 AQTX: desc and buffer:
[  194.274397] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274398] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274398] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274401] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  194.274454] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274454] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274455] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274456] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274456] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  194.274459] i40e 01:00.0 ntc 33 head 34.
[  194.274460] i40e 01:00.0 AQTX: desc and buffer:
[  194.274461] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274461] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274462] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  194.274462] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274514] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274515] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274516] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274516] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  194.274517] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274519] i40e 01:00.0 ntc 34 head 35.
[  194.274525] i40e 01:00.0 AQTX: desc and buffer:
[  194.274527] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274529] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274533] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  194.274536] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274590] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274591] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274591] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274592] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  194.274592] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274594] i40e 01:00.0 ntc 35 head 36.
[  194.274596] i40e 01:00.0 AQTX: desc and buffer:
[  194.274597] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274597] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274598] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  194.274599] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  194.274651] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274652] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274653] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274653] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  194.274654] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  194.274657] i40e 01:00.0 ntc 36 head 37.
[  194.274657] i40e 01:00.0 AQTX: desc and buffer:
[  194.274658] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274659] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274659] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  194.274660] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  194.274713] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274714] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274715] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274715] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  194.274716] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  194.274718] i40e 01:00.0 ntc 37 head 38.
[  194.274719] i40e 01:00.0 AQTX: desc and buffer:
[  194.274720] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274720] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274721] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274722] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.274774] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274775] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274775] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274776] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274777] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  194.274779] i40e 01:00.0 ntc 38 head 39.
[  194.274780] i40e 01:00.0 AQTX: desc and buffer:
[  194.274781] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274781] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274782] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274783] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  194.274835] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.274837] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.274839] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274839] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  194.274840] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  194.274856] i40e 01:00.0 ntc 39 head 40.
[  194.274856] i40e 01:00.0 AQTX: desc and buffer:
[  194.274857] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.274858] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.274859] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  194.274860] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.276883] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.276884] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.276884] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.276885] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  194.276886] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  194.276888] i40e 01:00.0 ntc 40 head 41.
[  194.276889] i40e 01:00.0 AQTX: desc and buffer:
[  194.276890] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  194.276890] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.276891] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.276892] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  194.276892] i40e 01:00.0 AQ CMD Buffer:
[  194.276893] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  194.276894] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  194.276894] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  194.276896] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.276896] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  194.276898] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  194.276899] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  194.276899] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  194.276900] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.276901] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  194.276901] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  194.276902] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  194.276903] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  194.276904] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  194.276904] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  194.276905] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  194.276905] i40e 01:00.0: 	0x00000100: e0 a4 4e 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.276906] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  194.276907] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  194.276908] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  194.276908] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  194.276909] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  194.276910] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  194.276910] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  194.276911] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  194.276911] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  194.276912] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  194.276913] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 34 
d0 8c f3 8a ff ff
[  194.276913] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  194.276914] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.276915] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  194.276915] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 34 
d0 8c f3 8a ff ff
[  194.276916] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  194.276917] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  194.280403] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.280404] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  194.280405] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.280405] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.280406] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  194.280406] i40e 01:00.0 AQ CMD Buffer:
[  194.280407] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  194.280408] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.280408] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280409] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280410] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280410] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280411] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280412] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280412] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280413] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280414] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280414] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280415] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280416] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280416] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280417] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280418] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280418] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280419] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280420] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280420] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280421] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280423] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280423] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280425] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280426] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280426] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280427] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280428] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280429] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280429] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280430] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280430] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.280431] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.280433] i40e 0000:01:00.0: PHC enabled
[  194.280436] i40e 01:00.0 ntc 41 head 42.
[  194.280437] i40e 01:00.0 AQTX: desc and buffer:
[  194.280438] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.280438] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.280439] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  194.280439] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.282460] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.282461] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.282462] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.282463] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  194.282463] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  194.282470] i40e 01:00.0 ntc 42 head 43.
[  194.282471] i40e 01:00.0 AQTX: desc and buffer:
[  194.282471] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.282472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.282473] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.282473] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  194.282526] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.282528] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.282530] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.282532] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.282535] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.282541] i40e 01:00.0 ntc 43 head 44.
[  194.282543] i40e 01:00.0 AQTX: desc and buffer:
[  194.282543] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  194.282544] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.282545] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.282546] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  194.282546] i40e 01:00.0 AQ CMD Buffer:
[  194.282547] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282548] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  194.282549] i40e 01:00.0: 	0x00000020: a0 1a 00 00 00 00 00 00 9f 1a 
00 00 00 00 00 00
[  194.282549] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  194.282550] i40e 01:00.0: 	0x00000040: a0 1a 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  194.282551] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  194.282552] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  194.282553] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  194.282553] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  194.282554] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282555] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  194.282555] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  194.282556] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  194.282557] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  194.282560] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282564] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282567] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  194.282569] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  194.282572] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  194.282574] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 3f e8 
01 00 00 00 00 00
[  194.282576] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  194.282579] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  194.282581] i40e 01:00.0: 	0x00000160: 60 a5 4e 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.282586] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  194.282587] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  194.282588] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  194.282589] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282589] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  194.282590] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.282592] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  194.282592] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  194.282593] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  194.282593] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.282594] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.286079] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.286080] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  194.286081] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.286081] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.286082] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  194.286082] i40e 01:00.0 AQ CMD Buffer:
[  194.286083] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  194.286084] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.286085] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286085] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286086] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286087] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286087] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286088] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286088] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286089] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286090] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286090] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286091] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286092] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286092] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286093] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286094] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286094] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286095] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286096] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286096] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286097] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286098] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286099] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286100] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286101] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286102] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286102] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286103] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286103] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286104] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286105] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286105] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.286106] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.286108] i40e 01:00.0 ntc 44 head 45.
[  194.286109] i40e 01:00.0 AQTX: desc and buffer:
[  194.286110] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.286110] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.286111] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  194.286112] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.288133] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.288134] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.288134] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.288135] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  194.288135] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  194.288137] i40e 01:00.0 ntc 45 head 46.
[  194.288138] i40e 01:00.0 AQTX: desc and buffer:
[  194.288139] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  194.288140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.288140] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.288141] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44882000
[  194.288141] i40e 01:00.0 AQ CMD Buffer:
[  194.288142] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  194.288143] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  194.288144] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  194.288145] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  194.288145] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  194.288146] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  194.288146] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  194.288147] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  194.288148] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  194.288148] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  194.288149] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  194.288150] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  194.288150] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  194.288151] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  194.288152] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  194.288152] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  194.288153] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  194.288154] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  194.288154] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  194.288155] i40e 01:00.0: 	0x00000130: 80 a5 4e 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.288156] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  194.288156] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  194.288157] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  194.288157] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  194.288158] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  194.288159] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.288159] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  194.288160] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.288161] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  194.288161] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  194.288162] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 d0 cc 4b
[  194.288163] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  194.288163] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  194.288164] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  194.291648] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.291649] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  194.291650] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291651] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.291651] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44882000
[  194.291652] i40e 01:00.0 AQ CMD Buffer:
[  194.291653] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  194.291653] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.291654] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291654] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291655] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291656] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291656] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291657] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291658] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291658] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291659] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291659] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291660] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291661] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291662] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291662] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291663] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291664] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291664] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291665] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291665] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291666] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291667] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291668] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291668] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291669] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291669] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291670] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291671] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291671] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291672] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291673] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291673] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291674] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.291676] i40e 01:00.0 ntc 46 head 47.
[  194.291677] i40e 01:00.0 AQTX: desc and buffer:
[  194.291678] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  194.291678] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291679] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.291680] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  194.291680] i40e 01:00.0 AQ CMD Buffer:
[  194.291681] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291681] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291682] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291683] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291683] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291684] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291685] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291685] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291788] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.291789] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  194.291789] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291790] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  194.291790] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  194.291791] i40e 01:00.0 AQ CMD Buffer:
[  194.291792] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  194.291792] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.291793] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291794] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291794] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291795] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291796] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.291796] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291799] i40e 01:00.0 ntc 47 head 48.
[  194.291800] i40e 01:00.0 AQTX: desc and buffer:
[  194.291801] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  194.291801] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291802] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.291802] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E248000
[  194.291803] i40e 01:00.0 AQ CMD Buffer:
[  194.291804] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291804] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291805] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291806] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291908] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.291909] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  194.291910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291910] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.291911] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E248000
[  194.291911] i40e 01:00.0 AQ CMD Buffer:
[  194.291912] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291913] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.291913] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291914] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291916] i40e 01:00.0 ntc 48 head 49.
[  194.291917] i40e 01:00.0 AQTX: desc and buffer:
[  194.291918] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  194.291918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.291919] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.291920] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  194.291920] i40e 01:00.0 AQ CMD Buffer:
[  194.291921] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.291921] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292024] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292025] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  194.292025] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292026] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.292027] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  194.292027] i40e 01:00.0 AQ CMD Buffer:
[  194.292028] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.292029] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292031] i40e 01:00.0 ntc 49 head 50.
[  194.292032] i40e 01:00.0 AQTX: desc and buffer:
[  194.292033] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.292034] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292034] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  194.292035] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.292339] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292340] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.292341] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292341] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  194.292342] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  194.292344] i40e 01:00.0 ntc 50 head 51.
[  194.292345] i40e 01:00.0 AQTX: desc and buffer:
[  194.292345] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.292346] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292347] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  194.292347] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.292399] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292400] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.292401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292401] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  194.292402] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  194.292404] i40e 01:00.0 ntc 51 head 52.
[  194.292405] i40e 01:00.0 AQTX: desc and buffer:
[  194.292406] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  194.292407] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292407] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  194.292408] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  194.292408] i40e 01:00.0 AQ CMD Buffer:
[  194.292409] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  194.292410] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.292512] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292513] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  194.292514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292514] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  194.292515] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  194.292515] i40e 01:00.0 AQ CMD Buffer:
[  194.292516] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.292517] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292519] i40e 01:00.0 ntc 52 head 53.
[  194.292528] i40e 01:00.0 AQTX: desc and buffer:
[  194.292530] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  194.292533] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292538] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  194.292539] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BB000
[  194.292542] i40e 01:00.0 AQ CMD Buffer:
[  194.292544] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292546] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  194.292549] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  194.292552] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  194.292655] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292656] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  194.292657] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292657] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  194.292658] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BB000
[  194.292659] i40e 01:00.0 AQ CMD Buffer:
[  194.292660] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292661] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292661] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292662] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292663] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  194.292665] i40e 01:00.0 ntc 53 head 54.
[  194.292666] i40e 01:00.0 AQTX: desc and buffer:
[  194.292667] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  194.292667] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292668] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.292669] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  194.292670] i40e 01:00.0 AQ CMD Buffer:
[  194.292671] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  194.292673] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  194.292676] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  194.292678] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  194.292680] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  194.292683] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  194.292685] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 cc 1b 
00 00 00 00 00 00
[  194.292687] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  194.292791] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292791] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  194.292792] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292793] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  194.292793] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  194.292794] i40e 01:00.0 AQ CMD Buffer:
[  194.292795] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  194.292795] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.292796] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292797] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292798] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292799] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292800] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.292800] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292803] i40e 01:00.0 ntc 54 head 55.
[  194.292806] i40e 01:00.0 AQTX: desc and buffer:
[  194.292808] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  194.292809] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292812] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.292813] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1A7000
[  194.292815] i40e 01:00.0 AQ CMD Buffer:
[  194.292818] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  194.292820] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.292825] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292827] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292828] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292828] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292829] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.292830] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292882] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.292883] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  194.292884] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292884] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  194.292885] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1A7000
[  194.292887] i40e 01:00.0 ntc 55 head 56.
[  194.292891] i40e 01:00.0 AQTX: desc and buffer:
[  194.292891] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  194.292892] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.292893] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  194.292893] i40e 01:00.0 	addr (h,l)   0x0000000C 0x488DD000
[  194.292894] i40e 01:00.0 AQ CMD Buffer:
[  194.292894] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292895] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  194.292896] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292897] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292898] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292898] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292899] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.292899] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293103] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.293104] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  194.293105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293105] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  194.293106] i40e 01:00.0 	addr (h,l)   0x0000000C 0x488DD000
[  194.293107] i40e 01:00.0 AQ CMD Buffer:
[  194.293108] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  194.293109] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  194.293109] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293110] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293110] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293111] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  194.293112] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.293112] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293115] i40e 01:00.0 ntc 56 head 57.
[  194.293116] i40e 01:00.0 AQTX: desc and buffer:
[  194.293117] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  194.293117] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293118] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  194.293118] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DD48000
[  194.293119] i40e 01:00.0 AQ CMD Buffer:
[  194.293120] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293122] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293123] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293124] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293226] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.293227] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  194.293229] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293230] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  194.293230] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DD48000
[  194.293231] i40e 01:00.0 AQ CMD Buffer:
[  194.293232] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293233] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.293234] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293234] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293236] i40e 01:00.0 ntc 57 head 58.
[  194.293237] i40e 01:00.0 AQTX: desc and buffer:
[  194.293238] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  194.293239] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293240] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  194.293240] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DEA2000
[  194.293241] i40e 01:00.0 AQ CMD Buffer:
[  194.293241] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293242] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293345] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.293345] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  194.293346] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293347] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  194.293347] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DEA2000
[  194.293348] i40e 01:00.0 AQ CMD Buffer:
[  194.293349] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  194.293349] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293354] i40e 01:00.0 ntc 58 head 59.
[  194.293355] i40e 01:00.0 AQTX: desc and buffer:
[  194.293357] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.293357] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293360] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  194.293361] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  194.293514] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.293515] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.293515] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293516] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  194.293516] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  194.293519] i40e 01:00.0 ntc 59 head 60.
[  194.293524] i40e 01:00.0 AQTX: desc and buffer:
[  194.293526] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  194.293527] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.293529] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  194.293530] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA55000
[  194.293536] i40e 01:00.0 AQ CMD Buffer:
[  194.293539] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  194.293541] i40e 01:00.0: 	0x00000010: 4c 1c 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  194.293544] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  194.293546] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  194.293548] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  194.293551] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  194.293553] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293555] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  194.293559] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  194.293562] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  194.293565] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  194.293568] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293570] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293573] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  194.293575] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  194.293577] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  194.293580] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  194.293583] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  194.293587] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  194.293589] i40e 01:00.0: 	0x00000130: 60 a7 4e 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  194.293592] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  194.293594] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  194.293596] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  194.293599] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  194.293601] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  194.293603] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293608] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  194.293612] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  194.293614] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  194.293617] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  194.293619] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.293620] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  194.293622] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  194.293622] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  194.297107] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.297108] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  194.297110] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.297111] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  194.297111] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA55000
[  194.297111] i40e 01:00.0 AQ CMD Buffer:
[  194.297112] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  194.297113] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.297114] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297114] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297115] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297116] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297116] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297117] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297118] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297118] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297119] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297120] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297120] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297121] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297122] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297122] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297123] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297124] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297124] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297125] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297126] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297126] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297127] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297127] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297128] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297130] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297131] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297132] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297133] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297134] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297134] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297135] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297135] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.297136] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.297138] i40e 01:00.0 ntc 60 head 61.
[  194.297139] i40e 01:00.0 AQTX: desc and buffer:
[  194.297140] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.297140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.297141] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  194.297141] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.299163] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.299164] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.299165] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.299166] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  194.299166] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  194.299168] i40e 01:00.0 ntc 61 head 62.
[  194.299169] i40e 01:00.0 AQTX: desc and buffer:
[  194.299170] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  194.299171] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.299171] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.299172] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFD3000
[  194.299172] i40e 01:00.0 AQ CMD Buffer:
[  194.299173] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  194.299174] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.299174] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299175] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299176] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299176] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299177] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299178] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299178] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299179] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299179] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299180] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299181] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299181] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299182] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299183] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299184] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299185] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299187] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299187] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299188] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299189] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299189] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299190] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299191] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299191] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299192] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299192] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299193] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299194] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299194] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299195] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299196] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.299196] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.302681] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.302682] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  194.302683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.302684] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  194.302684] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFD3000
[  194.302685] i40e 01:00.0 AQ CMD Buffer:
[  194.302685] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  194.302686] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  194.302687] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302687] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302688] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302689] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302689] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302690] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302691] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302691] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302692] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302693] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302693] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302694] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302695] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302695] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302696] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302697] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302697] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302698] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302698] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302699] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302700] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302700] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302701] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302702] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302702] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302703] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302704] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302704] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302705] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302706] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302706] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302707] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  194.302807] i40e 01:00.0 ntc 62 head 63.
[  194.302808] i40e 01:00.0 AQTX: desc and buffer:
[  194.302809] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  194.302809] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.302810] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  194.302810] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E213000
[  194.302811] i40e 01:00.0 AQ CMD Buffer:
[  194.302812] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  194.302812] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  194.302813] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302814] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302814] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302815] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302816] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  194.302816] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  194.302868] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.302869] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  194.302870] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.302870] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  194.302871] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E213000
[  194.304202] irq 111: Affinity broken due to vector space exhaustion.
[  194.304214] irq 115: Affinity broken due to vector space exhaustion.
[  194.304319] i40e 01:00.0 ntc 63 head 64.
[  194.304320] i40e 01:00.0 AQTX: desc and buffer:
[  194.304320] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.304321] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.304322] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  194.304322] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.304425] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.304426] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.304427] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.304427] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  194.304428] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.304430] i40e 01:00.0 ntc 64 head 65.
[  194.304431] i40e 01:00.0 AQTX: desc and buffer:
[  194.304432] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  194.304432] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.304433] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  194.304434] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D498000
[  194.304435] i40e 01:00.0 AQ CMD Buffer:
[  194.304436] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  194.304488] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.304489] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  194.304490] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.304491] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  194.304491] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D498000
[  194.914532] i40e 01:00.0 ntc 65 head 66.
[  194.914534] i40e 01:00.0 AQTX: desc and buffer:
[  194.914535] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.914536] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.914536] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  194.914537] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.914690] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.914691] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.914692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.914692] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  194.914693] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.914695] i40e 01:00.0 ntc 66 head 67.
[  194.914696] i40e 01:00.0 AQTX: desc and buffer:
[  194.914697] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  194.914698] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.914698] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  194.914699] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F618000
[  194.914699] i40e 01:00.0 AQ CMD Buffer:
[  194.914701] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  194.914702] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  194.915108] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.915108] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  194.915109] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.915110] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  194.915110] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F618000
[  194.915111] i40e 01:00.0 AQ CMD Buffer:
[  194.915112] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  194.915112] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  194.915116] i40e 01:00.0 ntc 67 head 68.
[  194.915117] i40e 01:00.0 AQTX: desc and buffer:
[  194.915118] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  194.915118] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.915119] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  194.915119] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  194.915222] i40e 01:00.0 AQTX: desc and buffer writeback:
[  194.915223] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  194.915224] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  194.915224] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  194.915225] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.512306] i40e 01:00.0 ntc 68 head 69.
[  224.512307] i40e 01:00.0 AQTX: desc and buffer:
[  224.512309] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.512309] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.512310] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.512311] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.512363] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.512364] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.512364] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.512365] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.512365] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522810] i40e 01:00.0 AQTX: desc and buffer:
[  224.522811] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.522812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522812] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.522813] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522865] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.522866] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.522867] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522867] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  224.522868] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  224.522870] i40e 01:00.0 ntc 0 head 1.
[  224.522871] i40e 01:00.0 AQTX: desc and buffer:
[  224.522872] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.522872] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522873] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.522874] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522926] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.522927] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.522927] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522928] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.522928] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522938] i40e 01:00.0 ntc 1 head 2.
[  224.522939] i40e 01:00.0 AQTX: desc and buffer:
[  224.522940] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.522940] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522941] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.522941] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522993] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.522994] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.522995] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.522995] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.522996] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.522998] i40e 01:00.0 ntc 2 head 3.
[  224.522999] i40e 01:00.0 AQTX: desc and buffer:
[  224.522999] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523001] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523001] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523054] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523054] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523055] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523056] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523056] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523066] i40e 01:00.0 ntc 3 head 4.
[  224.523066] i40e 01:00.0 AQTX: desc and buffer:
[  224.523067] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523068] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523069] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523121] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523122] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523123] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523124] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523125] i40e 01:00.0 ntc 4 head 5.
[  224.523126] i40e 01:00.0 AQTX: desc and buffer:
[  224.523127] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523128] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523128] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523129] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523181] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523182] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523182] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523183] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523183] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523193] i40e 01:00.0 ntc 5 head 6.
[  224.523194] i40e 01:00.0 AQTX: desc and buffer:
[  224.523195] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523195] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523196] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523197] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523249] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523249] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523250] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523251] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523251] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523253] i40e 01:00.0 ntc 6 head 7.
[  224.523254] i40e 01:00.0 AQTX: desc and buffer:
[  224.523255] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523256] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523256] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523309] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523309] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523310] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523310] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523311] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523320] i40e 01:00.0 ntc 7 head 8.
[  224.523322] i40e 01:00.0 AQTX: desc and buffer:
[  224.523322] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523323] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523323] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523324] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523376] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523377] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523377] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523378] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523379] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523381] i40e 01:00.0 ntc 8 head 9.
[  224.523381] i40e 01:00.0 AQTX: desc and buffer:
[  224.523382] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523383] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523383] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523384] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523436] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523437] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523437] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523438] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523438] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523448] i40e 01:00.0 ntc 9 head 10.
[  224.523449] i40e 01:00.0 AQTX: desc and buffer:
[  224.523450] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523450] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523451] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523451] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523503] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523504] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523505] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523505] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523506] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523508] i40e 01:00.0 ntc 10 head 11.
[  224.523509] i40e 01:00.0 AQTX: desc and buffer:
[  224.523510] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523510] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523511] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523512] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523564] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523569] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523570] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523572] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523575] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523586] i40e 01:00.0 ntc 11 head 12.
[  224.523590] i40e 01:00.0 AQTX: desc and buffer:
[  224.523593] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523594] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523595] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523596] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523648] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523649] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523649] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523650] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523650] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523653] i40e 01:00.0 ntc 12 head 13.
[  224.523655] i40e 01:00.0 AQTX: desc and buffer:
[  224.523656] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523657] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523658] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523710] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523712] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523715] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523716] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523719] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523724] i40e 01:00.0 ntc 13 head 14.
[  224.523726] i40e 01:00.0 AQTX: desc and buffer:
[  224.523727] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523728] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523728] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  224.523730] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523782] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523783] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523783] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523785] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  224.523785] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523795] i40e 01:00.0 ntc 14 head 15.
[  224.523796] i40e 01:00.0 AQTX: desc and buffer:
[  224.523797] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523797] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523798] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523799] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523851] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523851] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.523852] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523852] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  224.523853] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523856] i40e 01:00.0 ntc 15 head 16.
[  224.523857] i40e 01:00.0 AQTX: desc and buffer:
[  224.523858] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.523859] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523859] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  224.523861] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523913] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  224.523913] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.523914] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  224.523915] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523916] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  224.523916] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.523919] i40e 01:00.0 ntc 16 head 17.
[  224.523920] i40e 01:00.0 AQTX: desc and buffer:
[  224.523921] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  224.523922] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.523922] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.523923] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  224.523923] i40e 01:00.0 AQ CMD Buffer:
[  224.523925] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523927] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523927] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523928] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523928] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523929] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523930] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523931] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523931] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523933] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523934] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523935] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523935] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523936] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523937] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523938] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523939] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523939] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523940] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523941] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523942] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523942] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523943] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523944] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523945] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523945] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523946] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523947] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523947] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523948] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523949] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523950] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523950] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523951] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523952] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523953] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523954] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523956] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523957] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523958] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523958] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523959] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523960] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523960] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523961] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523962] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523963] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523963] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523964] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523965] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523965] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523966] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523967] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523968] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523969] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523969] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523970] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523971] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523971] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523972] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523972] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523973] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523975] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523976] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523978] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523979] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523979] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523981] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523981] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523982] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523983] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523983] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523984] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523985] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523985] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523986] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523987] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523988] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523988] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.523989] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524193] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524194] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  224.524195] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524196] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  224.524196] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  224.524197] i40e 01:00.0 AQ CMD Buffer:
[  224.524198] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524198] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524199] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  224.524200] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524201] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524201] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524202] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.524203] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524203] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  224.524204] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524205] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.524206] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524206] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  224.524207] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524208] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.524210] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524211] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524214] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524214] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524215] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524216] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  224.524216] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524217] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  224.524218] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524219] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524220] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524220] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524221] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524222] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  224.524222] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524223] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  224.524224] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524225] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  224.524225] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524226] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  224.524227] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524227] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  224.524228] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524228] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  224.524229] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524230] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  224.524231] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524232] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  224.524233] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524234] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.524235] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524236] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  224.524237] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524238] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  224.524239] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524239] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  224.524240] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524240] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  224.524241] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524242] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  224.524243] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524243] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  224.524244] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524245] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  224.524245] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524246] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  224.524247] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524247] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  224.524248] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524249] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  224.524249] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524251] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524251] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524252] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524253] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524253] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524255] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524255] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524258] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524259] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524260] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524260] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524261] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524262] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524262] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524264] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  224.524266] i40e 01:00.0 ntc 17 head 18.
[  224.524267] i40e 01:00.0 AQTX: desc and buffer:
[  224.524268] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524269] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524270] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  224.524271] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524323] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524324] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.524325] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524325] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  224.524326] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524328] i40e 01:00.0 ntc 18 head 19.
[  224.524329] i40e 01:00.0 AQTX: desc and buffer:
[  224.524330] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524331] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524331] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  224.524332] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524384] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524385] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.524387] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524388] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  224.524389] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524391] i40e 01:00.0 ntc 19 head 20.
[  224.524392] i40e 01:00.0 AQTX: desc and buffer:
[  224.524393] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524393] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524394] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  224.524395] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524447] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524450] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.524451] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524451] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  224.524452] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  224.524454] i40e 01:00.0 ntc 20 head 21.
[  224.524455] i40e 01:00.0 AQTX: desc and buffer:
[  224.524456] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524457] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524457] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  224.524458] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524510] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524511] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.524512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524513] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  224.524514] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  224.524517] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  224.524543] i40e 01:00.0 ntc 21 head 22.
[  224.524546] i40e 01:00.0 AQTX: desc and buffer:
[  224.524548] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524549] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524553] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  224.524554] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524608] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  224.524610] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524610] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  224.524611] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524611] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  224.524612] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.524615] i40e 01:00.0 ntc 22 head 23.
[  224.524616] i40e 01:00.0 AQTX: desc and buffer:
[  224.524617] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  224.524617] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524618] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.524619] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  224.524619] i40e 01:00.0 AQ CMD Buffer:
[  224.524620] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524621] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524622] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524622] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524623] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524623] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524624] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524625] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524625] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524627] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524627] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524628] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524630] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524630] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524633] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524633] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524634] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524635] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524635] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524636] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524637] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524637] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524638] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524639] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524640] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524640] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524641] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524642] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524642] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524643] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524644] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524645] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524849] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524850] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  224.524850] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524851] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.524852] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  224.524853] i40e 01:00.0 AQ CMD Buffer:
[  224.524854] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.524854] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  224.524857] i40e 01:00.0 ntc 23 head 24.
[  224.524858] i40e 01:00.0 AQTX: desc and buffer:
[  224.524859] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524860] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524861] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  224.524862] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  224.524915] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.524917] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.524920] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524921] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  224.524923] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  224.524933] i40e 01:00.0 ntc 24 head 25.
[  224.524934] i40e 01:00.0 AQTX: desc and buffer:
[  224.524935] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.524937] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.524938] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.524939] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  224.525041] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525042] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.525044] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525044] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525045] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  224.525047] i40e 01:00.0 ntc 25 head 26.
[  224.525048] i40e 01:00.0 AQTX: desc and buffer:
[  224.525049] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  224.525049] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525050] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525051] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAD000
[  224.525051] i40e 01:00.0 AQ CMD Buffer:
[  224.525052] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  224.525052] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.525053] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525054] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  224.525055] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525056] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525056] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.525057] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525160] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525161] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  224.525161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525162] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  224.525163] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAD000
[  224.525165] i40e 01:00.0 ntc 26 head 27.
[  224.525166] i40e 01:00.0 AQTX: desc and buffer:
[  224.525167] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  224.525168] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525169] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525173] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAE000
[  224.525173] i40e 01:00.0 AQ CMD Buffer:
[  224.525174] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525175] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525175] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525176] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525279] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525280] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  224.525281] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525282] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525283] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23FAE000
[  224.525283] i40e 01:00.0 AQ CMD Buffer:
[  224.525284] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525285] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.525286] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525287] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525289] i40e 01:00.0 ntc 27 head 28.
[  224.525290] i40e 01:00.0 AQTX: desc and buffer:
[  224.525290] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  224.525291] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525292] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525293] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  224.525293] i40e 01:00.0 AQ CMD Buffer:
[  224.525294] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525295] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525398] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525398] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  224.525399] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525400] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525401] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  224.525401] i40e 01:00.0 AQ CMD Buffer:
[  224.525402] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.525403] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525411] i40e 01:00.0 ntc 28 head 29.
[  224.525412] i40e 01:00.0 AQTX: desc and buffer:
[  224.525413] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  224.525413] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525415] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  224.525415] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  224.525416] i40e 01:00.0 AQ CMD Buffer:
[  224.525417] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  224.525671] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525672] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  224.525672] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525673] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  224.525674] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  224.525674] i40e 01:00.0 AQ CMD Buffer:
[  224.525675] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  224.525678] i40e 01:00.0 ntc 29 head 30.
[  224.525679] i40e 01:00.0 AQTX: desc and buffer:
[  224.525680] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  224.525680] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525681] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  224.525681] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  224.525682] i40e 01:00.0 AQ CMD Buffer:
[  224.525683] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  224.525838] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  224.525838] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525839] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  224.525840] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525840] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  224.525841] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  224.525841] i40e 01:00.0 AQ CMD Buffer:
[  224.525842] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  224.525880] i40e 01:00.0 ntc 30 head 31.
[  224.525881] i40e 01:00.0 AQTX: desc and buffer:
[  224.525882] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  224.525882] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525883] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.525883] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  224.525884] i40e 01:00.0 AQ CMD Buffer:
[  224.525885] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  224.525885] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.525886] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525887] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  224.525888] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525889] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525889] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.525890] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.525942] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.525943] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  224.525944] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525944] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  224.525946] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  224.525949] i40e 01:00.0 ntc 31 head 32.
[  224.525950] i40e 01:00.0 AQTX: desc and buffer:
[  224.525950] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.525952] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.525952] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.525953] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.526005] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526006] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526007] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526007] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526008] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  224.526010] i40e 01:00.0 ntc 32 head 33.
[  224.526011] i40e 01:00.0 AQTX: desc and buffer:
[  224.526012] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526012] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526013] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526014] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  224.526066] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526067] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526068] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526069] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  224.526071] i40e 01:00.0 ntc 33 head 34.
[  224.526072] i40e 01:00.0 AQTX: desc and buffer:
[  224.526072] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526073] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526074] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  224.526074] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.526126] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526127] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526128] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526131] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  224.526132] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  224.526134] i40e 01:00.0 ntc 34 head 35.
[  224.526135] i40e 01:00.0 AQTX: desc and buffer:
[  224.526136] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526137] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526138] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  224.526138] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.526190] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526191] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526192] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526192] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  224.526193] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  224.526197] i40e 01:00.0 ntc 35 head 36.
[  224.526198] i40e 01:00.0 AQTX: desc and buffer:
[  224.526199] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526200] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526201] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  224.526201] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  224.526253] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526254] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526256] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  224.526257] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  224.526259] i40e 01:00.0 ntc 36 head 37.
[  224.526262] i40e 01:00.0 AQTX: desc and buffer:
[  224.526263] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526263] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526264] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  224.526265] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  224.526317] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526317] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526318] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526319] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  224.526319] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  224.526321] i40e 01:00.0 ntc 37 head 38.
[  224.526322] i40e 01:00.0 AQTX: desc and buffer:
[  224.526323] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526325] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526325] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526326] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.526378] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526379] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526380] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526381] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  224.526383] i40e 01:00.0 ntc 38 head 39.
[  224.526384] i40e 01:00.0 AQTX: desc and buffer:
[  224.526385] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526386] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526388] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  224.526440] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.526441] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.526441] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526442] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  224.526443] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  224.526459] i40e 01:00.0 ntc 39 head 40.
[  224.526460] i40e 01:00.0 AQTX: desc and buffer:
[  224.526461] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.526461] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.526462] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  224.526462] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.528485] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.528485] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.528486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.528487] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  224.528487] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  224.528489] i40e 01:00.0 ntc 40 head 41.
[  224.528490] i40e 01:00.0 AQTX: desc and buffer:
[  224.528491] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  224.528492] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.528493] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.528493] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  224.528494] i40e 01:00.0 AQ CMD Buffer:
[  224.528495] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  224.528495] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  224.528496] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  224.528497] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.528497] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  224.528498] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  224.528498] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  224.528499] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  224.528501] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.528502] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  224.528503] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  224.528504] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  224.528505] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  224.528505] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  224.528506] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  224.528507] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  224.528507] i40e 01:00.0: 	0x00000100: e0 84 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.528508] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  224.528509] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  224.528509] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  224.528510] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  224.528511] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  224.528511] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  224.528512] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  224.528513] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  224.528513] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  224.528514] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  224.528515] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 ee 
ce 89 f3 8a ff ff
[  224.528515] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  224.528516] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  224.528516] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  224.528517] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 ee 
ce 89 f3 8a ff ff
[  224.528518] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  224.528518] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  224.532004] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.532004] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  224.532005] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.532005] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.532006] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  224.532007] i40e 01:00.0 AQ CMD Buffer:
[  224.532007] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  224.532008] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.532009] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532009] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532010] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532011] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532011] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532012] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532013] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532013] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532014] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532015] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532015] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532016] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532017] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532019] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532020] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532020] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532021] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532022] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532022] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532023] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532023] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532024] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532025] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532026] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532026] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532027] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532028] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532028] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532029] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532030] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532030] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.532031] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.532033] i40e 0000:01:00.0: PHC enabled
[  224.532036] i40e 01:00.0 ntc 41 head 42.
[  224.532037] i40e 01:00.0 AQTX: desc and buffer:
[  224.532038] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.532039] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.532040] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  224.532041] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.534062] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.534063] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.534064] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.534065] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  224.534065] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  224.534072] i40e 01:00.0 ntc 42 head 43.
[  224.534073] i40e 01:00.0 AQTX: desc and buffer:
[  224.534074] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.534074] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.534075] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.534075] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  224.534127] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.534128] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.534129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.534129] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.534130] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.534132] i40e 01:00.0 ntc 43 head 44.
[  224.534133] i40e 01:00.0 AQTX: desc and buffer:
[  224.534134] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  224.534134] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.534135] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.534135] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  224.534136] i40e 01:00.0 AQ CMD Buffer:
[  224.534137] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534138] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  224.534138] i40e 01:00.0: 	0x00000020: 78 20 00 00 00 00 00 00 77 20 
00 00 00 00 00 00
[  224.534139] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  224.534140] i40e 01:00.0: 	0x00000040: 78 20 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  224.534141] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  224.534142] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  224.534144] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  224.534144] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  224.534145] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534146] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  224.534146] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  224.534147] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  224.534148] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  224.534148] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534149] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534150] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  224.534150] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  224.534151] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  224.534152] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  224.534152] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  224.534153] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  224.534154] i40e 01:00.0: 	0x00000160: 60 85 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.534155] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  224.534155] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  224.534156] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  224.534157] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534157] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  224.534158] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.534159] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  224.534159] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  224.534160] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  224.534161] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.534161] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.537646] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.537647] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  224.537648] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.537648] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.537649] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  224.537649] i40e 01:00.0 AQ CMD Buffer:
[  224.537650] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  224.537651] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.537652] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537652] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537653] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537653] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537654] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537655] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537655] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537656] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537657] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537657] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537658] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537659] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537659] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537660] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537661] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537661] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537662] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537663] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537663] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537664] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537665] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537665] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537667] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537667] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537669] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537669] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537670] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537671] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537672] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537672] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537673] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.537673] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.537676] i40e 01:00.0 ntc 44 head 45.
[  224.537677] i40e 01:00.0 AQTX: desc and buffer:
[  224.537677] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.537678] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.537678] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  224.537679] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.539700] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.539701] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.539702] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.539702] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  224.539703] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  224.539705] i40e 01:00.0 ntc 45 head 46.
[  224.539706] i40e 01:00.0 AQTX: desc and buffer:
[  224.539707] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  224.539707] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.539708] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.539708] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  224.539709] i40e 01:00.0 AQ CMD Buffer:
[  224.539710] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  224.539710] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  224.539711] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  224.539712] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  224.539713] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  224.539714] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  224.539714] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  224.539716] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  224.539717] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  224.539718] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  224.539718] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  224.539719] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  224.539720] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  224.539720] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  224.539721] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  224.539722] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  224.539722] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  224.539723] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  224.539724] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  224.539725] i40e 01:00.0: 	0x00000130: 80 85 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.539725] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  224.539726] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  224.539726] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  224.539727] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  224.539728] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  224.539729] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.539729] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  224.539730] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.539730] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  224.539731] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  224.539732] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 d0 81 36
[  224.539732] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  224.539733] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  224.539734] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  224.543219] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543220] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  224.543220] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543221] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.543221] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  224.543222] i40e 01:00.0 AQ CMD Buffer:
[  224.543223] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  224.543224] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.543226] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543227] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543228] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543228] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543229] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543230] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543230] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543231] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543232] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543232] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543233] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543233] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543234] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543235] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543235] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543236] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543237] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543237] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543238] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543239] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543239] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543240] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543241] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543242] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543242] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543243] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543243] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543244] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543245] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543246] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543246] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543248] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.543251] i40e 01:00.0 ntc 46 head 47.
[  224.543252] i40e 01:00.0 AQTX: desc and buffer:
[  224.543253] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  224.543253] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543254] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.543254] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  224.543255] i40e 01:00.0 AQ CMD Buffer:
[  224.543256] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543256] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543257] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543258] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543258] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543259] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543260] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543260] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543363] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543364] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  224.543365] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543365] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  224.543366] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  224.543366] i40e 01:00.0 AQ CMD Buffer:
[  224.543367] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  224.543368] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.543368] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543369] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543370] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543370] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543371] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.543371] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543374] i40e 01:00.0 ntc 47 head 48.
[  224.543376] i40e 01:00.0 AQTX: desc and buffer:
[  224.543377] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  224.543378] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543378] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.543379] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  224.543379] i40e 01:00.0 AQ CMD Buffer:
[  224.543380] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543381] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543381] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543382] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543485] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543486] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  224.543486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543487] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.543487] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  224.543488] i40e 01:00.0 AQ CMD Buffer:
[  224.543489] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543489] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.543490] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543491] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543493] i40e 01:00.0 ntc 48 head 49.
[  224.543494] i40e 01:00.0 AQTX: desc and buffer:
[  224.543494] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  224.543495] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543496] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.543496] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  224.543497] i40e 01:00.0 AQ CMD Buffer:
[  224.543497] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543498] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543601] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543601] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  224.543602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543603] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.543603] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  224.543604] i40e 01:00.0 AQ CMD Buffer:
[  224.543604] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.543605] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.543608] i40e 01:00.0 ntc 49 head 50.
[  224.543609] i40e 01:00.0 AQTX: desc and buffer:
[  224.543610] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.543611] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543611] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  224.543612] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.543917] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543918] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.543918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543919] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  224.543920] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  224.543922] i40e 01:00.0 ntc 50 head 51.
[  224.543923] i40e 01:00.0 AQTX: desc and buffer:
[  224.543924] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.543924] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543925] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  224.543925] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.543977] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.543978] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.543979] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543979] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  224.543981] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  224.543983] i40e 01:00.0 ntc 51 head 52.
[  224.543984] i40e 01:00.0 AQTX: desc and buffer:
[  224.543985] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  224.543985] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.543986] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  224.543986] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  224.543987] i40e 01:00.0 AQ CMD Buffer:
[  224.543989] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  224.543989] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.544092] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544093] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  224.544093] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544094] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  224.544095] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  224.544095] i40e 01:00.0 AQ CMD Buffer:
[  224.544096] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.544097] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544099] i40e 01:00.0 ntc 52 head 53.
[  224.544100] i40e 01:00.0 AQTX: desc and buffer:
[  224.544102] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  224.544102] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544104] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  224.544105] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  224.544105] i40e 01:00.0 AQ CMD Buffer:
[  224.544106] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544107] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  224.544108] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  224.544108] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  224.544211] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544212] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  224.544213] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544214] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  224.544214] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  224.544215] i40e 01:00.0 AQ CMD Buffer:
[  224.544215] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544216] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544217] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544218] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544219] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  224.544221] i40e 01:00.0 ntc 53 head 54.
[  224.544222] i40e 01:00.0 AQTX: desc and buffer:
[  224.544223] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  224.544224] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544224] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.544226] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[  224.544226] i40e 01:00.0 AQ CMD Buffer:
[  224.544227] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  224.544228] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  224.544228] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  224.544230] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  224.544230] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  224.544233] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  224.544234] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 a4 21 
00 00 00 00 00 00
[  224.544234] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  224.544337] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544339] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  224.544341] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544342] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  224.544342] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E24B000
[  224.544343] i40e 01:00.0 AQ CMD Buffer:
[  224.544344] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  224.544344] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.544345] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544346] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544347] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544348] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544348] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.544349] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544351] i40e 01:00.0 ntc 54 head 55.
[  224.544353] i40e 01:00.0 AQTX: desc and buffer:
[  224.544353] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  224.544354] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544355] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.544355] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E249000
[  224.544356] i40e 01:00.0 AQ CMD Buffer:
[  224.544356] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  224.544357] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.544358] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544359] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544360] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544361] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544363] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.544364] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544416] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544417] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  224.544417] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544418] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  224.544419] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E249000
[  224.544421] i40e 01:00.0 ntc 55 head 56.
[  224.544422] i40e 01:00.0 AQTX: desc and buffer:
[  224.544423] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  224.544424] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544425] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  224.544426] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  224.544427] i40e 01:00.0 AQ CMD Buffer:
[  224.544428] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544430] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  224.544430] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544431] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544432] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544433] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544433] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544434] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544638] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544639] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  224.544640] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544641] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  224.544641] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  224.544642] i40e 01:00.0 AQ CMD Buffer:
[  224.544643] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  224.544643] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  224.544644] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544645] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544646] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544647] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  224.544647] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.544648] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544651] i40e 01:00.0 ntc 56 head 57.
[  224.544653] i40e 01:00.0 AQTX: desc and buffer:
[  224.544656] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  224.544659] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544660] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  224.544662] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AA05000
[  224.544664] i40e 01:00.0 AQ CMD Buffer:
[  224.544667] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544670] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544673] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544677] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544781] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544782] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  224.544782] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544783] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  224.544784] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AA05000
[  224.544784] i40e 01:00.0 AQ CMD Buffer:
[  224.544785] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544785] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.544786] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544787] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544789] i40e 01:00.0 ntc 57 head 58.
[  224.544790] i40e 01:00.0 AQTX: desc and buffer:
[  224.544791] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  224.544791] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544792] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  224.544793] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  224.544793] i40e 01:00.0 AQ CMD Buffer:
[  224.544794] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544794] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544898] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.544899] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  224.544900] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544901] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  224.544901] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  224.544902] i40e 01:00.0 AQ CMD Buffer:
[  224.544903] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  224.544903] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.544909] i40e 01:00.0 ntc 58 head 59.
[  224.544910] i40e 01:00.0 AQTX: desc and buffer:
[  224.544911] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.544911] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.544912] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  224.544913] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  224.545066] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.545067] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.545068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.545068] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  224.545069] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  224.545072] i40e 01:00.0 ntc 59 head 60.
[  224.545072] i40e 01:00.0 AQTX: desc and buffer:
[  224.545073] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  224.545074] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.545075] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  224.545076] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A5E7000
[  224.545077] i40e 01:00.0 AQ CMD Buffer:
[  224.545078] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  224.545079] i40e 01:00.0: 	0x00000010: 24 22 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  224.545079] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  224.545080] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  224.545081] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  224.545081] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  224.545082] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.545082] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  224.545083] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  224.545084] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  224.545084] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  224.545086] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.545086] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.545087] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  224.545087] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  224.545088] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  224.545089] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  224.545089] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  224.545090] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  224.545091] i40e 01:00.0: 	0x00000130: 60 87 9d 8d f3 8a ff ff 00 00 
00 00 00 00 00 00
[  224.545091] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  224.545092] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  224.545093] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  224.545094] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  224.545095] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  224.545096] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.545097] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  224.545098] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  224.545100] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  224.545101] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  224.545102] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.545102] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  224.545103] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  224.545104] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  224.548589] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.548590] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  224.548590] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.548591] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  224.548592] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A5E7000
[  224.548592] i40e 01:00.0 AQ CMD Buffer:
[  224.548593] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  224.548594] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.548594] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548595] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548596] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548597] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548598] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548600] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548600] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548601] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548602] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548602] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548603] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548604] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548604] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548605] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548606] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548606] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548607] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548607] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548608] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548609] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548609] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548610] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548611] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548611] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548612] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548613] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548613] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548614] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548615] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548615] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548616] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.548616] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.548619] i40e 01:00.0 ntc 60 head 61.
[  224.548620] i40e 01:00.0 AQTX: desc and buffer:
[  224.548621] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.548622] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.548623] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  224.548623] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.550644] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.550645] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.550646] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.550646] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  224.550647] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  224.550649] i40e 01:00.0 ntc 61 head 62.
[  224.550650] i40e 01:00.0 AQTX: desc and buffer:
[  224.550651] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  224.550651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.550652] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.550652] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48898000
[  224.550653] i40e 01:00.0 AQ CMD Buffer:
[  224.550654] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  224.550654] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.550655] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550656] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550656] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550657] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550658] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550660] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550660] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550662] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550663] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550664] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550664] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550665] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550666] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550666] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550667] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550668] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550668] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550669] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550669] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550670] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550671] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550671] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550672] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550673] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550673] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550674] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550675] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550676] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550676] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550677] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550678] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.550678] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.554163] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.554164] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  224.554165] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.554165] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  224.554166] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48898000
[  224.554166] i40e 01:00.0 AQ CMD Buffer:
[  224.554167] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  224.554168] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  224.554168] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554169] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554170] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554170] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554171] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554172] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554172] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554173] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554174] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554174] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554175] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554176] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554176] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554177] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554178] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554178] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554179] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554180] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554181] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554181] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554182] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554183] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554183] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554184] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554184] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554185] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554186] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554186] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554187] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554188] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554188] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554189] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  224.554466] i40e 01:00.0 ntc 62 head 63.
[  224.554467] i40e 01:00.0 AQTX: desc and buffer:
[  224.554468] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  224.554469] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.554469] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  224.554470] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A59000
[  224.554470] i40e 01:00.0 AQ CMD Buffer:
[  224.554471] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  224.554472] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  224.554473] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554474] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554474] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554475] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554475] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  224.554476] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  224.554529] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.554532] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  224.554534] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.554539] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  224.554540] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A59000
[  224.555918] irq 111: Affinity broken due to vector space exhaustion.
[  224.555930] irq 115: Affinity broken due to vector space exhaustion.
[  224.556080] i40e 01:00.0 ntc 63 head 64.
[  224.556081] i40e 01:00.0 AQTX: desc and buffer:
[  224.556082] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.556082] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.556083] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  224.556084] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.556187] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.556187] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.556188] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.556189] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  224.556189] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.556192] i40e 01:00.0 ntc 64 head 65.
[  224.556192] i40e 01:00.0 AQTX: desc and buffer:
[  224.556193] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  224.556194] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.556195] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  224.556195] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4496E000
[  224.556196] i40e 01:00.0 AQ CMD Buffer:
[  224.556196] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  224.556249] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.556249] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  224.556250] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.556251] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  224.556251] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4496E000
[  224.930535] i40e 01:00.0 ntc 65 head 66.
[  224.930537] i40e 01:00.0 AQTX: desc and buffer:
[  224.930538] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.930539] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.930540] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  224.930540] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.930694] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.930694] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.930695] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.930696] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  224.930696] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.930699] i40e 01:00.0 ntc 66 head 67.
[  224.930700] i40e 01:00.0 AQTX: desc and buffer:
[  224.930701] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  224.930701] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.930702] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  224.930703] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[  224.930703] i40e 01:00.0 AQ CMD Buffer:
[  224.930704] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  224.930705] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  224.931111] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.931112] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  224.931112] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.931113] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  224.931114] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497B000
[  224.931114] i40e 01:00.0 AQ CMD Buffer:
[  224.931115] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  224.931116] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  224.931119] i40e 01:00.0 ntc 67 head 68.
[  224.931120] i40e 01:00.0 AQTX: desc and buffer:
[  224.931121] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  224.931121] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.931122] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  224.931122] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  224.931225] i40e 01:00.0 AQTX: desc and buffer writeback:
[  224.931226] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  224.931226] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  224.931227] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  224.931228] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.878933] i40e 01:00.0 ntc 68 head 69.
[  254.878934] i40e 01:00.0 AQTX: desc and buffer:
[  254.878936] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.878936] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.878937] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.878938] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.878990] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.878991] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.878992] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.878992] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.878993] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889368] i40e 01:00.0 AQTX: desc and buffer:
[  254.889369] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889370] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.889371] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889423] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889424] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889425] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889425] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  254.889426] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  254.889428] i40e 01:00.0 ntc 0 head 1.
[  254.889429] i40e 01:00.0 AQTX: desc and buffer:
[  254.889430] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889430] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889431] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.889432] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889484] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889484] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889485] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889486] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.889486] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889496] i40e 01:00.0 ntc 1 head 2.
[  254.889497] i40e 01:00.0 AQTX: desc and buffer:
[  254.889498] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889498] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889499] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889499] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889552] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889553] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889553] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889554] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889555] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889557] i40e 01:00.0 ntc 2 head 3.
[  254.889558] i40e 01:00.0 AQTX: desc and buffer:
[  254.889559] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889559] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889560] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.889560] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889612] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889613] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889614] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889615] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.889615] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889625] i40e 01:00.0 ntc 3 head 4.
[  254.889626] i40e 01:00.0 AQTX: desc and buffer:
[  254.889627] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889628] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889628] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889630] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889682] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889683] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889684] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889685] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889687] i40e 01:00.0 ntc 4 head 5.
[  254.889688] i40e 01:00.0 AQTX: desc and buffer:
[  254.889689] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889690] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889691] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.889693] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889745] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889746] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889746] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889747] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.889748] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889757] i40e 01:00.0 ntc 5 head 6.
[  254.889758] i40e 01:00.0 AQTX: desc and buffer:
[  254.889759] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889760] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889761] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889813] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889814] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889816] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889817] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889819] i40e 01:00.0 ntc 6 head 7.
[  254.889820] i40e 01:00.0 AQTX: desc and buffer:
[  254.889821] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889824] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.889825] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889877] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889878] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889878] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889879] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.889880] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889889] i40e 01:00.0 ntc 7 head 8.
[  254.889890] i40e 01:00.0 AQTX: desc and buffer:
[  254.889891] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889892] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889892] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889893] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889945] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.889946] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.889949] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889950] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.889951] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.889953] i40e 01:00.0 ntc 8 head 9.
[  254.889955] i40e 01:00.0 AQTX: desc and buffer:
[  254.889955] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.889956] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.889957] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.889957] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890009] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890010] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890011] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890011] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.890012] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890021] i40e 01:00.0 ntc 9 head 10.
[  254.890022] i40e 01:00.0 AQTX: desc and buffer:
[  254.890023] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890024] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890024] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890026] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890078] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890079] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890081] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890082] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890083] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890085] i40e 01:00.0 ntc 10 head 11.
[  254.890086] i40e 01:00.0 AQTX: desc and buffer:
[  254.890087] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890087] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890088] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.890088] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890140] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890141] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890143] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.890146] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890155] i40e 01:00.0 ntc 11 head 12.
[  254.890156] i40e 01:00.0 AQTX: desc and buffer:
[  254.890157] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890158] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890159] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890159] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890211] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890212] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890213] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890213] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890214] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890216] i40e 01:00.0 ntc 12 head 13.
[  254.890217] i40e 01:00.0 AQTX: desc and buffer:
[  254.890218] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890218] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890219] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890220] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890272] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890272] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890273] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890274] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890274] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890276] i40e 01:00.0 ntc 13 head 14.
[  254.890277] i40e 01:00.0 AQTX: desc and buffer:
[  254.890278] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890279] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890279] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  254.890280] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890332] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890333] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890335] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890335] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  254.890337] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890346] i40e 01:00.0 ntc 14 head 15.
[  254.890347] i40e 01:00.0 AQTX: desc and buffer:
[  254.890348] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890349] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890350] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890350] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890402] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890403] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890404] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  254.890405] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890408] i40e 01:00.0 ntc 15 head 16.
[  254.890409] i40e 01:00.0 AQTX: desc and buffer:
[  254.890410] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890411] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890411] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  254.890412] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890464] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  254.890465] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890466] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  254.890466] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890467] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  254.890468] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890471] i40e 01:00.0 ntc 16 head 17.
[  254.890472] i40e 01:00.0 AQTX: desc and buffer:
[  254.890473] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  254.890473] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890475] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.890475] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E7D8000
[  254.890476] i40e 01:00.0 AQ CMD Buffer:
[  254.890477] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890478] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890479] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890479] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890481] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890482] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890482] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890484] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890484] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890485] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890486] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890487] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890488] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890488] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890489] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890490] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890490] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890491] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890492] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890493] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890494] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890494] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890495] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890496] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890496] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890497] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890497] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890498] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890499] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890499] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890501] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890501] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890502] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890503] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890504] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890507] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890507] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890508] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890509] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890509] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890510] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890510] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890511] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890512] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890513] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890514] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890514] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890515] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890516] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890516] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890517] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890518] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890519] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890520] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890520] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890521] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890522] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890522] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890523] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890529] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890532] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890537] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890539] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890542] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890545] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890547] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890549] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890552] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890554] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890557] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890561] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890565] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890567] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890569] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890572] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890574] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890576] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890579] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890582] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890587] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890792] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890793] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  254.890794] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890795] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  254.890795] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E7D8000
[  254.890796] i40e 01:00.0 AQ CMD Buffer:
[  254.890797] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890797] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890799] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  254.890800] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890800] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890801] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890802] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.890803] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890804] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  254.890807] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890807] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.890808] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890809] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  254.890809] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890810] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.890811] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890811] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890812] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890813] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890814] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890815] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  254.890815] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890816] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  254.890817] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890817] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890818] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890819] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890819] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890820] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  254.890821] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890822] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  254.890823] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890823] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  254.890824] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890826] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  254.890826] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890829] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  254.890829] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890830] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  254.890831] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890832] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  254.890832] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890833] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  254.890834] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890834] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.890835] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890836] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  254.890837] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890838] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  254.890838] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890839] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  254.890839] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890840] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  254.890841] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890841] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  254.890842] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890843] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  254.890844] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890845] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  254.890845] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890846] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  254.890847] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890848] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  254.890852] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890854] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  254.890857] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890859] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890862] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890864] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890867] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890870] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890874] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890877] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890879] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890881] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890884] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890886] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890888] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890892] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890896] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.890899] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  254.890903] i40e 01:00.0 ntc 17 head 18.
[  254.890906] i40e 01:00.0 AQTX: desc and buffer:
[  254.890908] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890912] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  254.890915] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890969] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.890970] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.890971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890972] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  254.890973] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.890975] i40e 01:00.0 ntc 18 head 19.
[  254.890975] i40e 01:00.0 AQTX: desc and buffer:
[  254.890976] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.890977] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.890977] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  254.890979] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891031] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891032] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.891032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891033] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  254.891033] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891035] i40e 01:00.0 ntc 19 head 20.
[  254.891036] i40e 01:00.0 AQTX: desc and buffer:
[  254.891037] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.891038] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891038] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  254.891039] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891091] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891092] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.891092] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891093] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  254.891094] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  254.891096] i40e 01:00.0 ntc 20 head 21.
[  254.891097] i40e 01:00.0 AQTX: desc and buffer:
[  254.891098] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.891098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891099] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  254.891099] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891152] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891154] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.891154] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891155] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  254.891156] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  254.891159] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  254.891175] i40e 01:00.0 ntc 21 head 22.
[  254.891176] i40e 01:00.0 AQTX: desc and buffer:
[  254.891177] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.891177] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891178] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  254.891179] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891231] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  254.891232] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891233] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  254.891234] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891234] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  254.891235] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.891237] i40e 01:00.0 ntc 22 head 23.
[  254.891238] i40e 01:00.0 AQTX: desc and buffer:
[  254.891239] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  254.891242] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891242] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.891244] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A844000
[  254.891244] i40e 01:00.0 AQ CMD Buffer:
[  254.891245] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891246] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891247] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891247] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891249] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891249] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891250] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891251] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891251] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891252] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891252] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891253] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891254] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891254] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891256] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891256] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891257] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891258] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891259] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891259] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891260] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891261] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891261] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891262] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891264] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891266] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891266] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891267] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891268] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891269] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891269] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891270] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891474] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891476] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  254.891477] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891478] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.891478] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A844000
[  254.891479] i40e 01:00.0 AQ CMD Buffer:
[  254.891480] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891481] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  254.891484] i40e 01:00.0 ntc 23 head 24.
[  254.891485] i40e 01:00.0 AQTX: desc and buffer:
[  254.891485] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.891486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891487] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  254.891488] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  254.891541] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891544] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.891546] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891551] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  254.891553] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  254.891564] i40e 01:00.0 ntc 24 head 25.
[  254.891566] i40e 01:00.0 AQTX: desc and buffer:
[  254.891569] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.891571] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891575] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891577] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  254.891681] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891682] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.891683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891683] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891684] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  254.891686] i40e 01:00.0 ntc 25 head 26.
[  254.891687] i40e 01:00.0 AQTX: desc and buffer:
[  254.891688] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  254.891688] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891690] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891690] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  254.891691] i40e 01:00.0 AQ CMD Buffer:
[  254.891692] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  254.891693] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.891693] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891694] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  254.891695] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891695] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891696] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.891699] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891801] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891802] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  254.891803] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891803] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  254.891804] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  254.891807] i40e 01:00.0 ntc 26 head 27.
[  254.891809] i40e 01:00.0 AQTX: desc and buffer:
[  254.891810] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  254.891811] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891811] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891813] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DC9000
[  254.891813] i40e 01:00.0 AQ CMD Buffer:
[  254.891814] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891815] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891815] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891816] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891919] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.891920] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  254.891921] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891922] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891922] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DC9000
[  254.891923] i40e 01:00.0 AQ CMD Buffer:
[  254.891924] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891924] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.891925] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891926] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891928] i40e 01:00.0 ntc 27 head 28.
[  254.891929] i40e 01:00.0 AQTX: desc and buffer:
[  254.891930] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  254.891931] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.891932] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.891933] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A405000
[  254.891933] i40e 01:00.0 AQ CMD Buffer:
[  254.891934] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.891936] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892041] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892043] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  254.892043] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892045] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.892046] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A405000
[  254.892047] i40e 01:00.0 AQ CMD Buffer:
[  254.892048] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.892049] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892056] i40e 01:00.0 ntc 28 head 29.
[  254.892057] i40e 01:00.0 AQTX: desc and buffer:
[  254.892058] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  254.892059] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892060] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  254.892060] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  254.892061] i40e 01:00.0 AQ CMD Buffer:
[  254.892062] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  254.892316] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892317] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  254.892318] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892320] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  254.892321] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  254.892321] i40e 01:00.0 AQ CMD Buffer:
[  254.892322] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  254.892325] i40e 01:00.0 ntc 29 head 30.
[  254.892326] i40e 01:00.0 AQTX: desc and buffer:
[  254.892326] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  254.892327] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892328] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  254.892328] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  254.892329] i40e 01:00.0 AQ CMD Buffer:
[  254.892330] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  254.892483] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  254.892484] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892485] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  254.892486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892486] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  254.892487] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  254.892489] i40e 01:00.0 AQ CMD Buffer:
[  254.892490] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  254.892514] i40e 01:00.0 ntc 30 head 31.
[  254.892515] i40e 01:00.0 AQTX: desc and buffer:
[  254.892516] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  254.892517] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892518] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.892519] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  254.892519] i40e 01:00.0 AQ CMD Buffer:
[  254.892520] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  254.892521] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.892521] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892522] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  254.892523] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892523] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892528] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.892531] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.892584] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892585] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  254.892585] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892587] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  254.892588] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  254.892591] i40e 01:00.0 ntc 31 head 32.
[  254.892592] i40e 01:00.0 AQTX: desc and buffer:
[  254.892593] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892593] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892594] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.892595] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.892647] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892649] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892650] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892650] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.892651] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  254.892653] i40e 01:00.0 ntc 32 head 33.
[  254.892654] i40e 01:00.0 AQTX: desc and buffer:
[  254.892655] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892657] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.892657] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  254.892710] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892711] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892711] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892712] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.892713] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  254.892715] i40e 01:00.0 ntc 33 head 34.
[  254.892717] i40e 01:00.0 AQTX: desc and buffer:
[  254.892718] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892718] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892719] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  254.892720] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.892772] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892773] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892775] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892776] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  254.892776] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  254.892778] i40e 01:00.0 ntc 34 head 35.
[  254.892779] i40e 01:00.0 AQTX: desc and buffer:
[  254.892780] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892780] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892781] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  254.892782] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.892834] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892836] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892837] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892837] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  254.892839] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  254.892840] i40e 01:00.0 ntc 35 head 36.
[  254.892841] i40e 01:00.0 AQTX: desc and buffer:
[  254.892842] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892843] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892843] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  254.892845] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  254.892897] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892898] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892899] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892900] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  254.892900] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  254.892902] i40e 01:00.0 ntc 36 head 37.
[  254.892903] i40e 01:00.0 AQTX: desc and buffer:
[  254.892904] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892905] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892905] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  254.892906] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  254.892958] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.892961] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.892962] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892964] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  254.892964] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  254.892967] i40e 01:00.0 ntc 37 head 38.
[  254.892968] i40e 01:00.0 AQTX: desc and buffer:
[  254.892969] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.892969] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.892970] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.892971] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.893023] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.893024] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.893025] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.893026] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.893029] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  254.893031] i40e 01:00.0 ntc 38 head 39.
[  254.893031] i40e 01:00.0 AQTX: desc and buffer:
[  254.893032] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.893033] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.893033] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.893034] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  254.893086] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.893088] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.893089] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.893089] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  254.893090] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  254.893106] i40e 01:00.0 ntc 39 head 40.
[  254.893107] i40e 01:00.0 AQTX: desc and buffer:
[  254.893108] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.893108] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.893109] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  254.893110] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.895133] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.895134] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.895135] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.895135] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  254.895136] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  254.895138] i40e 01:00.0 ntc 40 head 41.
[  254.895139] i40e 01:00.0 AQTX: desc and buffer:
[  254.895140] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  254.895140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.895141] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.895142] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  254.895142] i40e 01:00.0 AQ CMD Buffer:
[  254.895143] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  254.895144] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  254.895144] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  254.895145] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.895146] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  254.895147] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  254.895149] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  254.895149] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  254.895150] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.895150] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  254.895151] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  254.895152] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  254.895153] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  254.895153] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  254.895154] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  254.895155] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  254.895155] i40e 01:00.0: 	0x00000100: e0 84 08 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.895156] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  254.895157] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  254.895157] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  254.895158] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  254.895159] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  254.895159] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  254.895160] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  254.895161] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  254.895161] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  254.895162] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  254.895163] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 fc 
cc 8b f3 8a ff ff
[  254.895163] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  254.895164] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  254.895164] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  254.895165] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 fc 
cc 8b f3 8a ff ff
[  254.895166] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  254.895166] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  254.898651] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.898652] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  254.898653] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.898653] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.898654] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  254.898654] i40e 01:00.0 AQ CMD Buffer:
[  254.898655] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  254.898656] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.898658] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898659] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898659] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898660] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898661] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898662] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898662] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898663] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898664] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898664] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898665] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898666] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898666] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898667] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898668] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898669] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898669] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898670] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898671] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898671] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898672] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898673] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898673] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898674] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898675] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898675] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898676] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898677] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898678] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898679] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898680] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.898680] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.898682] i40e 0000:01:00.0: PHC enabled
[  254.898685] i40e 01:00.0 ntc 41 head 42.
[  254.898686] i40e 01:00.0 AQTX: desc and buffer:
[  254.898687] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.898687] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.898688] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  254.898689] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.900710] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.900711] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.900711] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.900712] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  254.900713] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  254.900719] i40e 01:00.0 ntc 42 head 43.
[  254.900720] i40e 01:00.0 AQTX: desc and buffer:
[  254.900721] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.900721] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.900722] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.900723] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  254.900775] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.900776] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.900776] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.900777] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.900778] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.900780] i40e 01:00.0 ntc 43 head 44.
[  254.900781] i40e 01:00.0 AQTX: desc and buffer:
[  254.900782] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  254.900782] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.900783] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.900784] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CAA9000
[  254.900784] i40e 01:00.0 AQ CMD Buffer:
[  254.900785] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900786] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  254.900787] i40e 01:00.0: 	0x00000020: 50 26 00 00 00 00 00 00 4f 26 
00 00 00 00 00 00
[  254.900787] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  254.900788] i40e 01:00.0: 	0x00000040: 50 26 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  254.900789] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  254.900789] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  254.900790] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  254.900791] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  254.900791] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900792] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  254.900793] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  254.900794] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  254.900795] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  254.900797] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900797] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900798] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  254.900799] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  254.900799] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  254.900800] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  254.900801] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  254.900802] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  254.900802] i40e 01:00.0: 	0x00000160: 60 85 08 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.900803] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  254.900804] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  254.900805] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  254.900805] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900806] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  254.900807] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.900808] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  254.900808] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  254.900809] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  254.900810] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.900810] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.904295] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.904296] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  254.904297] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.904297] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.904298] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CAA9000
[  254.904298] i40e 01:00.0 AQ CMD Buffer:
[  254.904299] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  254.904300] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.904302] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904303] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904303] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904304] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904305] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904305] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904306] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904307] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904308] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904308] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904309] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904310] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904310] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904311] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904312] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904312] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904313] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904314] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904315] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904315] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904316] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904317] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904317] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904318] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904319] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904320] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904320] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904321] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904322] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904324] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904325] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.904325] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.904328] i40e 01:00.0 ntc 44 head 45.
[  254.904328] i40e 01:00.0 AQTX: desc and buffer:
[  254.904329] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.904330] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.904331] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  254.904331] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.906352] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.906353] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.906354] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.906354] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  254.906355] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  254.906357] i40e 01:00.0 ntc 45 head 46.
[  254.906358] i40e 01:00.0 AQTX: desc and buffer:
[  254.906359] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  254.906360] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.906360] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.906361] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  254.906362] i40e 01:00.0 AQ CMD Buffer:
[  254.906363] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  254.906363] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  254.906364] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  254.906365] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  254.906367] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  254.906367] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  254.906368] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  254.906369] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  254.906370] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  254.906370] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  254.906371] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  254.906372] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  254.906372] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  254.906373] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  254.906374] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  254.906374] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  254.906375] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  254.906376] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  254.906377] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  254.906377] i40e 01:00.0: 	0x00000130: 80 85 08 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.906378] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  254.906379] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  254.906379] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  254.906380] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  254.906381] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  254.906381] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.906382] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  254.906383] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.906384] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  254.906384] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  254.906385] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 90 aa 4c
[  254.906386] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  254.906387] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  254.906388] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  254.909874] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.909875] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  254.909875] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.909876] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.909876] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  254.909877] i40e 01:00.0 AQ CMD Buffer:
[  254.909878] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  254.909879] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.909879] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909880] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909881] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909881] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909882] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909883] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909884] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909885] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909886] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909887] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909888] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909888] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909889] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909890] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909890] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909891] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909892] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909892] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909893] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909894] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909894] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909895] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909896] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909896] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909897] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909898] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909898] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909899] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909900] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909900] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909901] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909902] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.909904] i40e 01:00.0 ntc 46 head 47.
[  254.909905] i40e 01:00.0 AQTX: desc and buffer:
[  254.909906] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  254.909908] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.909909] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.909909] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  254.909910] i40e 01:00.0 AQ CMD Buffer:
[  254.909911] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909911] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909912] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909913] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909913] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909914] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909915] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.909915] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910018] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910019] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  254.910020] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910020] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  254.910021] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  254.910021] i40e 01:00.0 AQ CMD Buffer:
[  254.910022] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  254.910023] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.910024] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910024] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910025] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910026] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910026] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.910027] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910029] i40e 01:00.0 ntc 47 head 48.
[  254.910030] i40e 01:00.0 AQTX: desc and buffer:
[  254.910031] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  254.910032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910032] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.910033] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  254.910034] i40e 01:00.0 AQ CMD Buffer:
[  254.910034] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910035] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910036] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910036] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910140] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  254.910141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910141] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.910142] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  254.910142] i40e 01:00.0 AQ CMD Buffer:
[  254.910143] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910144] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.910144] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910145] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910147] i40e 01:00.0 ntc 48 head 49.
[  254.910148] i40e 01:00.0 AQTX: desc and buffer:
[  254.910149] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  254.910150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910151] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.910151] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  254.910152] i40e 01:00.0 AQ CMD Buffer:
[  254.910152] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910153] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910256] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910257] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  254.910257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910258] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.910259] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  254.910259] i40e 01:00.0 AQ CMD Buffer:
[  254.910260] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.910261] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910264] i40e 01:00.0 ntc 49 head 50.
[  254.910264] i40e 01:00.0 AQTX: desc and buffer:
[  254.910265] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.910266] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910267] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  254.910267] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.910572] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910573] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.910574] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910575] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  254.910575] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  254.910577] i40e 01:00.0 ntc 50 head 51.
[  254.910578] i40e 01:00.0 AQTX: desc and buffer:
[  254.910579] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.910580] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910581] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  254.910582] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.910634] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910635] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.910635] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910636] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  254.910637] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  254.910640] i40e 01:00.0 ntc 51 head 52.
[  254.910641] i40e 01:00.0 AQTX: desc and buffer:
[  254.910641] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  254.910642] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910643] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  254.910643] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BC1000
[  254.910644] i40e 01:00.0 AQ CMD Buffer:
[  254.910645] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  254.910646] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.910748] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910749] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  254.910750] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910750] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  254.910751] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BC1000
[  254.910752] i40e 01:00.0 AQ CMD Buffer:
[  254.910752] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.910753] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910756] i40e 01:00.0 ntc 52 head 53.
[  254.910757] i40e 01:00.0 AQTX: desc and buffer:
[  254.910758] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  254.910759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910761] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  254.910762] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  254.910763] i40e 01:00.0 AQ CMD Buffer:
[  254.910764] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910764] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  254.910765] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  254.910766] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  254.910868] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910869] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  254.910871] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910872] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  254.910873] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  254.910873] i40e 01:00.0 AQ CMD Buffer:
[  254.910874] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910875] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910876] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910876] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.910877] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  254.910880] i40e 01:00.0 ntc 53 head 54.
[  254.910881] i40e 01:00.0 AQTX: desc and buffer:
[  254.910882] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  254.910882] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910883] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.910884] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  254.910884] i40e 01:00.0 AQ CMD Buffer:
[  254.910885] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  254.910886] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  254.910886] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  254.910888] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  254.910888] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  254.910889] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  254.910890] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 7c 27 
00 00 00 00 00 00
[  254.910891] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  254.910993] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.910994] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  254.910996] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.910996] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  254.910997] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  254.910998] i40e 01:00.0 AQ CMD Buffer:
[  254.910999] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  254.911000] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.911001] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911002] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911003] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911004] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911005] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.911005] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911008] i40e 01:00.0 ntc 54 head 55.
[  254.911009] i40e 01:00.0 AQTX: desc and buffer:
[  254.911010] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  254.911010] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911011] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.911011] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  254.911012] i40e 01:00.0 AQ CMD Buffer:
[  254.911013] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  254.911014] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.911015] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911015] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911016] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911017] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911017] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.911018] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911070] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.911071] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  254.911072] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911073] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  254.911074] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  254.911076] i40e 01:00.0 ntc 55 head 56.
[  254.911077] i40e 01:00.0 AQTX: desc and buffer:
[  254.911077] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  254.911079] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911079] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  254.911080] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  254.911080] i40e 01:00.0 AQ CMD Buffer:
[  254.911081] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911082] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  254.911083] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911083] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911084] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911085] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911085] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911088] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911292] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.911293] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  254.911294] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911294] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  254.911295] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  254.911295] i40e 01:00.0 AQ CMD Buffer:
[  254.911297] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  254.911298] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  254.911299] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911299] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911300] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911301] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  254.911301] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.911302] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911305] i40e 01:00.0 ntc 56 head 57.
[  254.911307] i40e 01:00.0 AQTX: desc and buffer:
[  254.911308] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  254.911311] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911312] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  254.911312] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  254.911313] i40e 01:00.0 AQ CMD Buffer:
[  254.911314] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911314] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911316] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911316] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911420] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.911421] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  254.911421] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911422] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  254.911423] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  254.911424] i40e 01:00.0 AQ CMD Buffer:
[  254.911425] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911426] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.911426] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911427] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911429] i40e 01:00.0 ntc 57 head 58.
[  254.911430] i40e 01:00.0 AQTX: desc and buffer:
[  254.911431] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  254.911432] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911433] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  254.911433] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D617000
[  254.911434] i40e 01:00.0 AQ CMD Buffer:
[  254.911434] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911435] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911538] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.911541] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  254.911544] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911545] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  254.911548] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D617000
[  254.911550] i40e 01:00.0 AQ CMD Buffer:
[  254.911552] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  254.911556] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911563] i40e 01:00.0 ntc 58 head 59.
[  254.911566] i40e 01:00.0 AQTX: desc and buffer:
[  254.911568] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.911571] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911572] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  254.911575] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  254.911730] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.911730] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.911732] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911732] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  254.911733] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  254.911735] i40e 01:00.0 ntc 59 head 60.
[  254.911736] i40e 01:00.0 AQTX: desc and buffer:
[  254.911737] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  254.911738] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.911738] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  254.911740] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  254.911741] i40e 01:00.0 AQ CMD Buffer:
[  254.911742] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  254.911743] i40e 01:00.0: 	0x00000010: fc 27 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  254.911743] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  254.911744] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  254.911745] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  254.911746] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  254.911747] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911747] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  254.911748] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  254.911749] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  254.911749] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  254.911750] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911751] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911752] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  254.911753] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  254.911753] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  254.911754] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  254.911755] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  254.911755] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  254.911756] i40e 01:00.0: 	0x00000130: 60 87 08 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  254.911756] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  254.911758] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  254.911761] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  254.911765] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  254.911769] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  254.911772] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911774] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  254.911776] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  254.911779] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  254.911782] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  254.911784] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.911787] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  254.911793] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  254.911795] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  254.915281] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.915282] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  254.915283] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.915284] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  254.915285] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  254.915285] i40e 01:00.0 AQ CMD Buffer:
[  254.915286] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  254.915287] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.915287] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915288] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915290] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915290] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915292] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915293] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915293] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915294] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915295] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915295] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915296] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915297] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915297] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915298] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915299] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915299] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915300] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915301] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915301] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915302] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915303] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915303] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915304] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915305] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915306] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915306] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915307] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915308] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915308] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915309] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915310] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.915310] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.915313] i40e 01:00.0 ntc 60 head 61.
[  254.915314] i40e 01:00.0 AQTX: desc and buffer:
[  254.915315] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.915316] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.915316] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  254.915317] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.917338] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.917339] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.917340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.917341] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  254.917342] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  254.917345] i40e 01:00.0 ntc 61 head 62.
[  254.917346] i40e 01:00.0 AQTX: desc and buffer:
[  254.917347] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  254.917348] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.917348] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.917349] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  254.917349] i40e 01:00.0 AQ CMD Buffer:
[  254.917350] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  254.917351] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.917352] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917352] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917353] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917354] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917355] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917355] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917356] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917357] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917357] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917358] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917359] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917359] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917360] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917361] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917361] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917362] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917363] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917364] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917365] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917367] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917367] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917368] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917369] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917369] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917370] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917371] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917371] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917372] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917373] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917373] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917374] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.917375] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.920862] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.920863] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  254.920863] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.920864] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  254.920865] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  254.920865] i40e 01:00.0 AQ CMD Buffer:
[  254.920866] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  254.920867] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  254.920867] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920868] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920869] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920869] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920870] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920871] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920871] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920872] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920873] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920874] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920874] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920875] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920876] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920876] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920877] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920878] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920878] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920879] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920880] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920880] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920881] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920882] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920883] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920883] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920884] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920885] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920885] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920886] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920887] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920887] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920888] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.920889] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  254.920997] i40e 01:00.0 ntc 62 head 63.
[  254.920998] i40e 01:00.0 AQTX: desc and buffer:
[  254.920999] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  254.920999] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.921000] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  254.921001] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A66E000
[  254.921001] i40e 01:00.0 AQ CMD Buffer:
[  254.921002] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  254.921003] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  254.921003] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.921004] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.921005] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.921005] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.921006] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  254.921007] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  254.921059] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.921060] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  254.921060] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.921061] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  254.921062] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A66E000
[  254.922413] irq 111: Affinity broken due to vector space exhaustion.
[  254.922425] irq 115: Affinity broken due to vector space exhaustion.
[  254.922538] i40e 01:00.0 ntc 63 head 64.
[  254.922539] i40e 01:00.0 AQTX: desc and buffer:
[  254.922540] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.922541] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.922541] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  254.922542] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.922645] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.922646] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.922647] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.922648] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  254.922649] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.922651] i40e 01:00.0 ntc 64 head 65.
[  254.922652] i40e 01:00.0 AQTX: desc and buffer:
[  254.922653] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  254.922653] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.922654] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  254.922655] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  254.922655] i40e 01:00.0 AQ CMD Buffer:
[  254.922656] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  254.922709] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.922710] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  254.922711] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.922712] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  254.922714] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  254.946534] i40e 01:00.0 ntc 65 head 66.
[  254.946536] i40e 01:00.0 AQTX: desc and buffer:
[  254.946537] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.946538] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.946539] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  254.946540] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.946693] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.946694] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.946694] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.946695] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  254.946696] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.946698] i40e 01:00.0 ntc 66 head 67.
[  254.946699] i40e 01:00.0 AQTX: desc and buffer:
[  254.946700] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  254.946701] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.946702] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  254.946702] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  254.946703] i40e 01:00.0 AQ CMD Buffer:
[  254.946704] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  254.946705] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  254.947111] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.947112] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  254.947113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.947113] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  254.947114] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  254.947115] i40e 01:00.0 AQ CMD Buffer:
[  254.947116] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  254.947116] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  254.947119] i40e 01:00.0 ntc 67 head 68.
[  254.947121] i40e 01:00.0 AQTX: desc and buffer:
[  254.947121] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  254.947122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.947123] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  254.947123] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  254.947226] i40e 01:00.0 AQTX: desc and buffer writeback:
[  254.947227] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  254.947227] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  254.947228] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  254.947229] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.157659] i40e 01:00.0 ntc 68 head 69.
[  285.157661] i40e 01:00.0 AQTX: desc and buffer:
[  285.157662] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.157663] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.157664] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.157664] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.157716] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.157717] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.157718] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.157718] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.157719] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168111] i40e 01:00.0 AQTX: desc and buffer:
[  285.168112] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168113] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.168114] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168166] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168167] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168168] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168168] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  285.168169] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  285.168171] i40e 01:00.0 ntc 0 head 1.
[  285.168172] i40e 01:00.0 AQTX: desc and buffer:
[  285.168173] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168174] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168175] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168175] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168227] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168228] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168229] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168230] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168230] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168240] i40e 01:00.0 ntc 1 head 2.
[  285.168241] i40e 01:00.0 AQTX: desc and buffer:
[  285.168242] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168242] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168243] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168244] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168296] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168296] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168297] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168298] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168298] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168300] i40e 01:00.0 ntc 2 head 3.
[  285.168301] i40e 01:00.0 AQTX: desc and buffer:
[  285.168302] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168303] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168303] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168304] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168356] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168357] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168357] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168358] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168359] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168368] i40e 01:00.0 ntc 3 head 4.
[  285.168369] i40e 01:00.0 AQTX: desc and buffer:
[  285.168370] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168371] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168372] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168424] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168425] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168425] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168426] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168426] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168428] i40e 01:00.0 ntc 4 head 5.
[  285.168429] i40e 01:00.0 AQTX: desc and buffer:
[  285.168430] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168430] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168431] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168432] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168484] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168485] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168485] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168486] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168487] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168496] i40e 01:00.0 ntc 5 head 6.
[  285.168497] i40e 01:00.0 AQTX: desc and buffer:
[  285.168498] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168498] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168499] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168500] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168552] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168555] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168557] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168560] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168561] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168565] i40e 01:00.0 ntc 6 head 7.
[  285.168567] i40e 01:00.0 AQTX: desc and buffer:
[  285.168571] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168576] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168578] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168580] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168633] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168634] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168635] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168636] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168637] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168647] i40e 01:00.0 ntc 7 head 8.
[  285.168648] i40e 01:00.0 AQTX: desc and buffer:
[  285.168648] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168649] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168650] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168650] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168703] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168704] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168705] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168706] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168706] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168708] i40e 01:00.0 ntc 8 head 9.
[  285.168710] i40e 01:00.0 AQTX: desc and buffer:
[  285.168711] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168712] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168713] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168713] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168765] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168766] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168767] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168768] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168769] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168778] i40e 01:00.0 ntc 9 head 10.
[  285.168779] i40e 01:00.0 AQTX: desc and buffer:
[  285.168780] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168780] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168781] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168782] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168835] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168835] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168837] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168838] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168839] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168842] i40e 01:00.0 ntc 10 head 11.
[  285.168842] i40e 01:00.0 AQTX: desc and buffer:
[  285.168843] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168844] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168845] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.168845] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168897] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168899] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168900] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168900] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.168901] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168911] i40e 01:00.0 ntc 11 head 12.
[  285.168913] i40e 01:00.0 AQTX: desc and buffer:
[  285.168914] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168914] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168915] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168915] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168968] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.168969] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.168970] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168973] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168973] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.168975] i40e 01:00.0 ntc 12 head 13.
[  285.168976] i40e 01:00.0 AQTX: desc and buffer:
[  285.168977] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.168978] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.168979] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.168980] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169032] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169032] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169033] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169034] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.169035] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169038] i40e 01:00.0 ntc 13 head 14.
[  285.169039] i40e 01:00.0 AQTX: desc and buffer:
[  285.169040] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169040] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169041] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  285.169042] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169094] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169095] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169095] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169097] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  285.169097] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169107] i40e 01:00.0 ntc 14 head 15.
[  285.169108] i40e 01:00.0 AQTX: desc and buffer:
[  285.169108] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169109] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169110] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.169111] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169163] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169164] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169165] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169166] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  285.169167] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169169] i40e 01:00.0 ntc 15 head 16.
[  285.169170] i40e 01:00.0 AQTX: desc and buffer:
[  285.169171] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169172] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169172] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  285.169173] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169225] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  285.169226] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169227] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  285.169228] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169229] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  285.169229] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169232] i40e 01:00.0 ntc 16 head 17.
[  285.169235] i40e 01:00.0 AQTX: desc and buffer:
[  285.169236] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  285.169237] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169237] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.169238] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DFB000
[  285.169238] i40e 01:00.0 AQ CMD Buffer:
[  285.169240] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169242] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169243] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169244] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169244] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169245] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169246] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169246] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169248] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169248] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169249] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169250] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169250] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169251] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169252] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169252] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169253] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169255] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169256] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169257] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169258] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169258] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169260] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169260] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169261] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169262] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169262] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169263] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169263] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169264] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169265] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169266] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169267] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169267] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169268] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169269] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169269] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169270] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169270] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169271] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169272] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169273] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169274] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169274] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169275] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169276] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169277] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169278] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169280] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169281] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169281] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169282] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169283] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169283] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169284] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169285] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169286] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169287] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169287] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169288] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169289] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169289] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169290] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169291] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169292] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169292] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169293] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169294] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169294] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169295] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169296] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169297] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169299] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169300] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169302] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169302] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169303] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169304] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169304] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169306] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169510] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169511] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  285.169512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169513] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  285.169513] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DFB000
[  285.169514] i40e 01:00.0 AQ CMD Buffer:
[  285.169515] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169516] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169516] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  285.169517] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169518] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169519] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169520] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.169521] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169523] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  285.169524] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169524] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.169525] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169530] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  285.169532] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169535] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.169538] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169540] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169543] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169545] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169547] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169552] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  285.169556] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169558] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  285.169560] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169563] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169565] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169568] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169570] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169573] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  285.169576] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169581] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  285.169583] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169586] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  285.169588] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169591] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  285.169593] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169595] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  285.169598] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169601] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  285.169605] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169608] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  285.169610] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169612] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  285.169614] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169617] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.169620] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169622] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  285.169626] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169631] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  285.169633] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169635] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  285.169637] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169638] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  285.169639] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169640] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  285.169640] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169641] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  285.169642] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169643] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  285.169644] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169644] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  285.169645] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169646] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  285.169646] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169647] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  285.169650] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169650] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169652] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169653] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169654] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169654] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169655] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169657] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169657] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169658] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169659] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169659] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169660] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169661] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169661] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.169663] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  285.169666] i40e 01:00.0 ntc 17 head 18.
[  285.169667] i40e 01:00.0 AQTX: desc and buffer:
[  285.169668] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169669] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169670] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  285.169670] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169722] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169723] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169724] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169725] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  285.169725] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169727] i40e 01:00.0 ntc 18 head 19.
[  285.169729] i40e 01:00.0 AQTX: desc and buffer:
[  285.169731] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169733] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169735] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  285.169739] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169793] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169794] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169796] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169796] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  285.169797] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169799] i40e 01:00.0 ntc 19 head 20.
[  285.169800] i40e 01:00.0 AQTX: desc and buffer:
[  285.169801] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169801] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169802] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  285.169803] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169856] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169858] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169860] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169862] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  285.169865] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  285.169868] i40e 01:00.0 ntc 20 head 21.
[  285.169871] i40e 01:00.0 AQTX: desc and buffer:
[  285.169873] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169877] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169881] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  285.169883] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.169936] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.169937] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.169938] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169938] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  285.169939] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  285.169942] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  285.169962] i40e 01:00.0 ntc 21 head 22.
[  285.169963] i40e 01:00.0 AQTX: desc and buffer:
[  285.169964] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.169964] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.169967] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  285.169969] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.170021] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  285.170022] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170023] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  285.170023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170025] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  285.170025] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.170028] i40e 01:00.0 ntc 22 head 23.
[  285.170030] i40e 01:00.0 AQTX: desc and buffer:
[  285.170034] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  285.170037] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170038] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.170038] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D48D000
[  285.170040] i40e 01:00.0 AQ CMD Buffer:
[  285.170041] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170041] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170042] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170043] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170043] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170044] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170045] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170045] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170046] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170047] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170048] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170049] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170049] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170050] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170051] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170051] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170052] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170053] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170054] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170058] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170061] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170064] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170066] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170068] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170071] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170074] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170076] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170080] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170083] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170086] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170088] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170089] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170292] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170293] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  285.170294] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170295] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.170295] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D48D000
[  285.170296] i40e 01:00.0 AQ CMD Buffer:
[  285.170298] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170298] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  285.170303] i40e 01:00.0 ntc 23 head 24.
[  285.170304] i40e 01:00.0 AQTX: desc and buffer:
[  285.170305] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.170306] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170307] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  285.170308] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  285.170360] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170361] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.170361] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170362] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  285.170364] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  285.170373] i40e 01:00.0 ntc 24 head 25.
[  285.170374] i40e 01:00.0 AQTX: desc and buffer:
[  285.170375] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.170375] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170376] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170377] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  285.170479] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170480] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.170481] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170482] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170482] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  285.170485] i40e 01:00.0 ntc 25 head 26.
[  285.170486] i40e 01:00.0 AQTX: desc and buffer:
[  285.170487] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  285.170488] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170488] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170489] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  285.170490] i40e 01:00.0 AQ CMD Buffer:
[  285.170491] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  285.170491] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.170492] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170493] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  285.170494] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170496] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170496] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.170498] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170601] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170602] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  285.170602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170603] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  285.170605] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  285.170607] i40e 01:00.0 ntc 26 head 27.
[  285.170608] i40e 01:00.0 AQTX: desc and buffer:
[  285.170609] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  285.170611] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170612] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170613] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  285.170613] i40e 01:00.0 AQ CMD Buffer:
[  285.170614] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170615] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170616] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170616] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170719] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170720] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  285.170721] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170721] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170722] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  285.170722] i40e 01:00.0 AQ CMD Buffer:
[  285.170723] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170724] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.170724] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170726] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170728] i40e 01:00.0 ntc 27 head 28.
[  285.170729] i40e 01:00.0 AQTX: desc and buffer:
[  285.170730] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  285.170730] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170731] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170731] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  285.170732] i40e 01:00.0 AQ CMD Buffer:
[  285.170733] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170734] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170837] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.170838] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  285.170838] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170839] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.170839] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  285.170841] i40e 01:00.0 AQ CMD Buffer:
[  285.170841] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.170842] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.170850] i40e 01:00.0 ntc 28 head 29.
[  285.170851] i40e 01:00.0 AQTX: desc and buffer:
[  285.170852] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  285.170853] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.170853] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  285.170854] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  285.170854] i40e 01:00.0 AQ CMD Buffer:
[  285.170856] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  285.171110] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171112] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  285.171113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171114] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  285.171115] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  285.171115] i40e 01:00.0 AQ CMD Buffer:
[  285.171116] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  285.171118] i40e 01:00.0 ntc 29 head 30.
[  285.171119] i40e 01:00.0 AQTX: desc and buffer:
[  285.171120] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  285.171120] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171121] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  285.171122] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E63C000
[  285.171122] i40e 01:00.0 AQ CMD Buffer:
[  285.171124] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  285.171277] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  285.171277] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171278] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  285.171279] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171280] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  285.171281] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E63C000
[  285.171282] i40e 01:00.0 AQ CMD Buffer:
[  285.171282] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  285.171318] i40e 01:00.0 ntc 30 head 31.
[  285.171320] i40e 01:00.0 AQTX: desc and buffer:
[  285.171320] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  285.171321] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171322] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.171322] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  285.171323] i40e 01:00.0 AQ CMD Buffer:
[  285.171323] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  285.171324] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.171325] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.171325] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  285.171328] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.171329] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.171331] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.171331] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.171384] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171385] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  285.171386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171386] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  285.171387] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  285.171390] i40e 01:00.0 ntc 31 head 32.
[  285.171392] i40e 01:00.0 AQTX: desc and buffer:
[  285.171394] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171394] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171396] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171397] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.171449] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171450] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171450] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171451] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171452] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  285.171454] i40e 01:00.0 ntc 32 head 33.
[  285.171455] i40e 01:00.0 AQTX: desc and buffer:
[  285.171456] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171457] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171457] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171458] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  285.171511] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171512] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171513] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171514] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171514] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  285.171517] i40e 01:00.0 ntc 33 head 34.
[  285.171518] i40e 01:00.0 AQTX: desc and buffer:
[  285.171519] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171519] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171521] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  285.171521] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.171574] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171577] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171580] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171581] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  285.171583] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  285.171585] i40e 01:00.0 ntc 34 head 35.
[  285.171586] i40e 01:00.0 AQTX: desc and buffer:
[  285.171587] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171589] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171589] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  285.171590] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.171642] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171643] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171644] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171645] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  285.171646] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  285.171649] i40e 01:00.0 ntc 35 head 36.
[  285.171650] i40e 01:00.0 AQTX: desc and buffer:
[  285.171651] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171652] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  285.171653] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  285.171705] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171706] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171707] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171707] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  285.171708] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  285.171710] i40e 01:00.0 ntc 36 head 37.
[  285.171711] i40e 01:00.0 AQTX: desc and buffer:
[  285.171712] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171712] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171714] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  285.171715] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  285.171767] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171767] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171768] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171769] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  285.171769] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  285.171771] i40e 01:00.0 ntc 37 head 38.
[  285.171772] i40e 01:00.0 AQTX: desc and buffer:
[  285.171773] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171774] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171774] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171775] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.171827] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171828] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171829] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171830] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  285.171832] i40e 01:00.0 ntc 38 head 39.
[  285.171833] i40e 01:00.0 AQTX: desc and buffer:
[  285.171834] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171835] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171835] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171836] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  285.171888] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.171889] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.171890] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171890] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  285.171892] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  285.171908] i40e 01:00.0 ntc 39 head 40.
[  285.171909] i40e 01:00.0 AQTX: desc and buffer:
[  285.171910] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.171911] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.171911] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  285.171912] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.173934] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.173936] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.173936] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.173939] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  285.173939] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  285.173941] i40e 01:00.0 ntc 40 head 41.
[  285.173942] i40e 01:00.0 AQTX: desc and buffer:
[  285.173943] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  285.173943] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.173944] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.173945] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  285.173945] i40e 01:00.0 AQ CMD Buffer:
[  285.173946] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  285.173947] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  285.173947] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  285.173948] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.173949] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  285.173949] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  285.173950] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  285.173951] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  285.173951] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.173952] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  285.173953] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  285.173953] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  285.173954] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  285.173955] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  285.173955] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  285.173956] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  285.173957] i40e 01:00.0: 	0x00000100: e0 04 db 62 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.173957] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  285.173958] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  285.173960] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  285.173960] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  285.173961] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  285.173962] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  285.173962] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  285.173963] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  285.173964] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  285.173964] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  285.173965] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 8e 
83 84 f3 8a ff ff
[  285.173966] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  285.173966] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  285.173967] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  285.173968] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 8e 
83 84 f3 8a ff ff
[  285.173968] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  285.173969] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  285.177454] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.177455] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  285.177456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.177456] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.177457] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  285.177457] i40e 01:00.0 AQ CMD Buffer:
[  285.177458] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  285.177459] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.177460] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177460] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177461] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177462] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177463] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177463] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177464] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177465] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177465] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177466] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177467] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177467] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177468] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177469] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177469] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177470] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177471] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177472] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177472] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177473] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177474] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177474] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177475] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177476] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177476] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177477] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177478] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177478] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177479] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177480] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177481] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.177481] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.177483] i40e 0000:01:00.0: PHC enabled
[  285.177486] i40e 01:00.0 ntc 41 head 42.
[  285.177487] i40e 01:00.0 AQTX: desc and buffer:
[  285.177488] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.177489] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.177489] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  285.177490] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.179511] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.179512] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.179514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.179515] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  285.179516] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  285.179523] i40e 01:00.0 ntc 42 head 43.
[  285.179524] i40e 01:00.0 AQTX: desc and buffer:
[  285.179525] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.179525] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.179531] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.179533] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  285.179587] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.179588] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.179588] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.179589] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.179590] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.179592] i40e 01:00.0 ntc 43 head 44.
[  285.179593] i40e 01:00.0 AQTX: desc and buffer:
[  285.179594] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  285.179594] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.179595] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.179596] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E0000
[  285.179597] i40e 01:00.0 AQ CMD Buffer:
[  285.179598] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179599] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  285.179599] i40e 01:00.0: 	0x00000020: 28 2c 00 00 00 00 00 00 27 2c 
00 00 00 00 00 00
[  285.179600] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  285.179601] i40e 01:00.0: 	0x00000040: 28 2c 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  285.179601] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  285.179603] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  285.179603] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  285.179604] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  285.179606] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179607] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  285.179607] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  285.179608] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  285.179609] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  285.179610] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179611] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179611] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  285.179612] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  285.179613] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  285.179613] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  285.179614] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  285.179615] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  285.179616] i40e 01:00.0: 	0x00000160: 60 05 db 62 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.179617] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  285.179618] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  285.179618] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  285.179619] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179620] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  285.179620] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.179621] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  285.179622] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  285.179623] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  285.179624] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.179625] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.183111] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.183112] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  285.183112] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.183113] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.183114] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E0000
[  285.183114] i40e 01:00.0 AQ CMD Buffer:
[  285.183115] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  285.183116] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.183116] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183118] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183118] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183120] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183121] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183121] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183122] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183123] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183123] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183124] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183125] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183125] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183126] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183127] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183128] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183128] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183129] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183130] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183130] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183131] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183132] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183132] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183133] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183134] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183134] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183135] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183136] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183136] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183137] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183138] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183139] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.183139] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.183142] i40e 01:00.0 ntc 44 head 45.
[  285.183143] i40e 01:00.0 AQTX: desc and buffer:
[  285.183144] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.183144] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.183145] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  285.183145] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.185167] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.185168] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.185169] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.185171] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  285.185172] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  285.185174] i40e 01:00.0 ntc 45 head 46.
[  285.185175] i40e 01:00.0 AQTX: desc and buffer:
[  285.185176] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  285.185176] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.185177] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.185178] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B93000
[  285.185178] i40e 01:00.0 AQ CMD Buffer:
[  285.185179] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  285.185180] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  285.185181] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  285.185181] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  285.185182] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  285.185183] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  285.185183] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  285.185184] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  285.185185] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  285.185186] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  285.185186] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  285.185187] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  285.185188] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  285.185189] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  285.185189] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  285.185190] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  285.185191] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  285.185193] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  285.185194] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  285.185195] i40e 01:00.0: 	0x00000130: 80 05 db 62 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.185195] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  285.185196] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  285.185197] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  285.185197] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  285.185198] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  285.185199] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.185199] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  285.185200] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.185201] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  285.185201] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  285.185202] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 00 5e 4f
[  285.185203] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  285.185204] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  285.185204] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  285.188690] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.188691] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  285.188692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188693] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.188693] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B93000
[  285.188694] i40e 01:00.0 AQ CMD Buffer:
[  285.188695] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  285.188695] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.188696] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188697] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188698] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188698] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188699] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188700] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188700] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188701] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188702] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188702] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188703] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188704] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188704] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188705] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188706] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188706] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188707] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188708] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188708] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188710] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188711] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188712] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188713] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188714] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188714] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188715] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188716] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188717] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188717] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188718] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188718] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188719] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.188722] i40e 01:00.0 ntc 46 head 47.
[  285.188723] i40e 01:00.0 AQTX: desc and buffer:
[  285.188723] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  285.188724] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188725] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.188725] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF80000
[  285.188726] i40e 01:00.0 AQ CMD Buffer:
[  285.188727] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188727] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188728] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188729] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188729] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188730] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188731] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188731] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188834] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.188835] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  285.188836] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188836] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  285.188837] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF80000
[  285.188838] i40e 01:00.0 AQ CMD Buffer:
[  285.188838] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  285.188839] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.188840] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188841] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188842] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188843] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188844] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.188844] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188847] i40e 01:00.0 ntc 47 head 48.
[  285.188848] i40e 01:00.0 AQTX: desc and buffer:
[  285.188849] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  285.188850] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188850] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.188851] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46A64000
[  285.188851] i40e 01:00.0 AQ CMD Buffer:
[  285.188852] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188853] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188854] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188854] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188957] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.188958] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  285.188959] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188959] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.188960] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46A64000
[  285.188960] i40e 01:00.0 AQ CMD Buffer:
[  285.188961] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188962] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.188962] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188963] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188965] i40e 01:00.0 ntc 48 head 49.
[  285.188966] i40e 01:00.0 AQTX: desc and buffer:
[  285.188967] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  285.188967] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.188968] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.188969] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F25000
[  285.188969] i40e 01:00.0 AQ CMD Buffer:
[  285.188970] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.188971] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189073] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189074] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  285.189075] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189076] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.189076] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F25000
[  285.189077] i40e 01:00.0 AQ CMD Buffer:
[  285.189078] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.189078] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189082] i40e 01:00.0 ntc 49 head 50.
[  285.189084] i40e 01:00.0 AQTX: desc and buffer:
[  285.189084] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.189085] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189086] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  285.189086] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.189391] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189392] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.189392] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189393] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  285.189394] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  285.189396] i40e 01:00.0 ntc 50 head 51.
[  285.189397] i40e 01:00.0 AQTX: desc and buffer:
[  285.189397] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.189398] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189399] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  285.189399] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.189452] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189453] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.189454] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189456] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  285.189456] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  285.189459] i40e 01:00.0 ntc 51 head 52.
[  285.189460] i40e 01:00.0 AQTX: desc and buffer:
[  285.189460] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  285.189461] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189462] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  285.189462] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A8F000
[  285.189463] i40e 01:00.0 AQ CMD Buffer:
[  285.189464] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  285.189464] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.189569] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189572] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  285.189576] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189577] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  285.189577] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A8F000
[  285.189578] i40e 01:00.0 AQ CMD Buffer:
[  285.189579] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.189580] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189582] i40e 01:00.0 ntc 52 head 53.
[  285.189583] i40e 01:00.0 AQTX: desc and buffer:
[  285.189584] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  285.189585] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189585] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  285.189586] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  285.189587] i40e 01:00.0 AQ CMD Buffer:
[  285.189587] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189588] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  285.189589] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  285.189590] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  285.189693] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189693] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  285.189694] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189695] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  285.189695] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  285.189696] i40e 01:00.0 AQ CMD Buffer:
[  285.189697] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189697] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189699] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189699] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189700] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  285.189703] i40e 01:00.0 ntc 53 head 54.
[  285.189704] i40e 01:00.0 AQTX: desc and buffer:
[  285.189704] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  285.189705] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189708] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.189709] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B10000
[  285.189710] i40e 01:00.0 AQ CMD Buffer:
[  285.189711] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  285.189711] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  285.189712] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  285.189713] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  285.189714] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  285.189715] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  285.189716] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 54 2d 
00 00 00 00 00 00
[  285.189716] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  285.189819] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189820] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  285.189821] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189822] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  285.189823] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B10000
[  285.189824] i40e 01:00.0 AQ CMD Buffer:
[  285.189824] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  285.189825] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.189826] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189826] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189827] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189828] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189828] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.189829] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189832] i40e 01:00.0 ntc 54 head 55.
[  285.189833] i40e 01:00.0 AQTX: desc and buffer:
[  285.189834] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  285.189834] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189835] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.189836] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  285.189837] i40e 01:00.0 AQ CMD Buffer:
[  285.189838] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  285.189838] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.189839] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189840] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189841] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189843] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189844] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.189845] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189897] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.189898] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  285.189898] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189899] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  285.189900] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  285.189902] i40e 01:00.0 ntc 55 head 56.
[  285.189903] i40e 01:00.0 AQTX: desc and buffer:
[  285.189904] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  285.189904] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.189905] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  285.189906] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  285.189906] i40e 01:00.0 AQ CMD Buffer:
[  285.189907] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189908] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  285.189909] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189911] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189911] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189912] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189913] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.189913] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190117] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.190118] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  285.190119] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190120] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  285.190121] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  285.190121] i40e 01:00.0 AQ CMD Buffer:
[  285.190122] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  285.190123] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  285.190124] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190124] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190125] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190126] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  285.190128] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.190129] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190132] i40e 01:00.0 ntc 56 head 57.
[  285.190134] i40e 01:00.0 AQTX: desc and buffer:
[  285.190134] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  285.190135] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190136] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  285.190136] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  285.190137] i40e 01:00.0 AQ CMD Buffer:
[  285.190138] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190139] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190140] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190141] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190243] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.190244] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  285.190245] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190246] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  285.190246] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DBB8000
[  285.190247] i40e 01:00.0 AQ CMD Buffer:
[  285.190248] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190249] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.190250] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190250] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190252] i40e 01:00.0 ntc 57 head 58.
[  285.190253] i40e 01:00.0 AQTX: desc and buffer:
[  285.190254] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  285.190255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190256] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  285.190257] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  285.190257] i40e 01:00.0 AQ CMD Buffer:
[  285.190258] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190259] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190362] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.190363] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  285.190363] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190364] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  285.190365] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  285.190365] i40e 01:00.0 AQ CMD Buffer:
[  285.190366] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  285.190367] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190373] i40e 01:00.0 ntc 58 head 59.
[  285.190374] i40e 01:00.0 AQTX: desc and buffer:
[  285.190376] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.190377] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190377] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  285.190379] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  285.190532] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.190536] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.190539] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190541] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  285.190544] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  285.190548] i40e 01:00.0 ntc 59 head 60.
[  285.190551] i40e 01:00.0 AQTX: desc and buffer:
[  285.190553] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  285.190555] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.190558] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  285.190561] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[  285.190566] i40e 01:00.0 AQ CMD Buffer:
[  285.190568] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  285.190570] i40e 01:00.0: 	0x00000010: d4 2d 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  285.190573] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  285.190575] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  285.190578] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  285.190581] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  285.190585] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190589] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  285.190593] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  285.190595] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  285.190597] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  285.190600] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190602] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190605] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  285.190608] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  285.190610] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  285.190614] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  285.190618] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  285.190620] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  285.190623] i40e 01:00.0: 	0x00000130: 60 07 db 62 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  285.190625] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  285.190628] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  285.190630] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  285.190631] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  285.190631] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  285.190633] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190633] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  285.190634] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  285.190635] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  285.190635] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  285.190636] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.190638] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  285.190638] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  285.190641] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  285.194126] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.194127] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  285.194128] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.194129] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  285.194129] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[  285.194130] i40e 01:00.0 AQ CMD Buffer:
[  285.194131] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  285.194132] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.194132] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194133] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194134] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194134] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194135] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194136] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194136] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194137] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194138] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194138] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194139] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194139] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194141] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194142] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194144] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194144] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194145] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194146] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194146] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194147] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194148] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194148] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194149] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194150] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194151] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194151] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194152] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194152] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194153] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194154] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194155] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.194155] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.194157] i40e 01:00.0 ntc 60 head 61.
[  285.194158] i40e 01:00.0 AQTX: desc and buffer:
[  285.194159] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.194160] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.194160] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  285.194161] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.196182] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.196183] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.196183] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.196184] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  285.196185] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  285.196187] i40e 01:00.0 ntc 61 head 62.
[  285.196188] i40e 01:00.0 AQTX: desc and buffer:
[  285.196189] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  285.196189] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.196190] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.196190] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  285.196191] i40e 01:00.0 AQ CMD Buffer:
[  285.196192] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  285.196192] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.196193] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196194] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196194] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196195] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196196] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196196] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196197] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196198] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196199] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196200] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196200] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196202] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196203] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196203] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196204] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196205] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196205] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196206] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196207] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196207] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196208] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196208] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196209] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196210] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196210] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196211] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196212] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196213] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196213] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196214] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196214] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.196215] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.199701] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.199702] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  285.199703] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.199704] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  285.199704] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E23D000
[  285.199705] i40e 01:00.0 AQ CMD Buffer:
[  285.199705] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  285.199706] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  285.199707] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199708] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199708] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199709] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199710] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199710] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199711] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199712] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199712] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199713] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199714] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199714] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199715] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199716] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199717] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199717] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199718] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199719] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199719] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199720] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199721] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199721] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199722] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199723] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199723] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199724] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199725] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199725] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199726] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199727] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199727] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.199728] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  285.200006] i40e 01:00.0 ntc 62 head 63.
[  285.200007] i40e 01:00.0 AQTX: desc and buffer:
[  285.200008] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  285.200009] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.200009] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  285.200010] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  285.200011] i40e 01:00.0 AQ CMD Buffer:
[  285.200011] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  285.200012] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  285.200013] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.200013] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.200014] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.200015] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.200016] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  285.200016] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  285.200068] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.200069] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  285.200070] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.200071] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  285.200071] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  285.201454] irq 111: Affinity broken due to vector space exhaustion.
[  285.201466] irq 115: Affinity broken due to vector space exhaustion.
[  285.201621] i40e 01:00.0 ntc 63 head 64.
[  285.201623] i40e 01:00.0 AQTX: desc and buffer:
[  285.201624] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.201625] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.201625] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  285.201626] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.201729] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.201730] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.201731] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.201732] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  285.201733] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.201736] i40e 01:00.0 ntc 64 head 65.
[  285.201737] i40e 01:00.0 AQTX: desc and buffer:
[  285.201738] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  285.201738] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.201739] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  285.201740] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  285.201740] i40e 01:00.0 AQ CMD Buffer:
[  285.201741] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  285.201794] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.201794] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  285.201795] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.201796] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  285.201796] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  285.922550] i40e 01:00.0 ntc 65 head 66.
[  285.922552] i40e 01:00.0 AQTX: desc and buffer:
[  285.922553] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.922554] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.922555] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  285.922555] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.922709] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.922710] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.922711] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.922711] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  285.922712] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.922714] i40e 01:00.0 ntc 66 head 67.
[  285.922715] i40e 01:00.0 AQTX: desc and buffer:
[  285.922716] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  285.922717] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.922717] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  285.922718] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDB1000
[  285.922719] i40e 01:00.0 AQ CMD Buffer:
[  285.922720] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  285.922721] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  285.923127] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.923128] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  285.923129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.923129] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  285.923130] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CDB1000
[  285.923131] i40e 01:00.0 AQ CMD Buffer:
[  285.923132] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  285.923132] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  285.923135] i40e 01:00.0 ntc 67 head 68.
[  285.923136] i40e 01:00.0 AQTX: desc and buffer:
[  285.923137] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  285.923138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.923138] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  285.923139] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  285.923241] i40e 01:00.0 AQTX: desc and buffer writeback:
[  285.923242] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  285.923243] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  285.923244] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  285.923244] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.524930] i40e 01:00.0 ntc 68 head 69.
[  315.524932] i40e 01:00.0 AQTX: desc and buffer:
[  315.524933] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.524934] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.524934] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.524935] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.524987] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.524988] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.524989] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.524989] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.524990] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535265] i40e 01:00.0 AQTX: desc and buffer:
[  315.535266] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535267] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535268] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.535268] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535320] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535321] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535322] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535322] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  315.535323] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  315.535326] i40e 01:00.0 ntc 0 head 1.
[  315.535327] i40e 01:00.0 AQTX: desc and buffer:
[  315.535328] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535328] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535329] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535330] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535382] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535383] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535383] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535384] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.535384] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535394] i40e 01:00.0 ntc 1 head 2.
[  315.535395] i40e 01:00.0 AQTX: desc and buffer:
[  315.535396] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535397] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535397] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535450] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535450] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535451] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535452] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535452] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535454] i40e 01:00.0 ntc 2 head 3.
[  315.535455] i40e 01:00.0 AQTX: desc and buffer:
[  315.535456] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535457] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535458] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535510] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535511] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535511] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535512] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.535513] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535522] i40e 01:00.0 ntc 3 head 4.
[  315.535523] i40e 01:00.0 AQTX: desc and buffer:
[  315.535524] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535524] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535525] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535525] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535578] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535579] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535580] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535580] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535581] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535583] i40e 01:00.0 ntc 4 head 5.
[  315.535584] i40e 01:00.0 AQTX: desc and buffer:
[  315.535586] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535586] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535587] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535588] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535641] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535642] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535642] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535643] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.535644] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535653] i40e 01:00.0 ntc 5 head 6.
[  315.535655] i40e 01:00.0 AQTX: desc and buffer:
[  315.535655] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535658] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535659] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535660] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535712] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535713] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535713] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535714] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535715] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535717] i40e 01:00.0 ntc 6 head 7.
[  315.535718] i40e 01:00.0 AQTX: desc and buffer:
[  315.535719] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535719] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535720] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535721] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535773] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535774] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535774] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535775] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.535776] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535786] i40e 01:00.0 ntc 7 head 8.
[  315.535789] i40e 01:00.0 AQTX: desc and buffer:
[  315.535790] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535791] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535792] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535792] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535845] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535845] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535846] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535847] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535848] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535850] i40e 01:00.0 ntc 8 head 9.
[  315.535851] i40e 01:00.0 AQTX: desc and buffer:
[  315.535852] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535852] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535853] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535854] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535907] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535908] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535909] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535909] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.535910] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535919] i40e 01:00.0 ntc 9 head 10.
[  315.535921] i40e 01:00.0 AQTX: desc and buffer:
[  315.535922] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535924] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535924] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535925] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535977] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.535979] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.535980] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535980] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.535981] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.535983] i40e 01:00.0 ntc 10 head 11.
[  315.535984] i40e 01:00.0 AQTX: desc and buffer:
[  315.535985] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.535986] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.535987] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.535987] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536040] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536041] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536042] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536042] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.536043] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536053] i40e 01:00.0 ntc 11 head 12.
[  315.536055] i40e 01:00.0 AQTX: desc and buffer:
[  315.536058] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536058] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536059] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536060] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536112] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536113] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536114] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536115] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536116] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536118] i40e 01:00.0 ntc 12 head 13.
[  315.536119] i40e 01:00.0 AQTX: desc and buffer:
[  315.536119] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536120] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536121] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536124] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536176] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536177] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536177] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536178] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536178] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536181] i40e 01:00.0 ntc 13 head 14.
[  315.536182] i40e 01:00.0 AQTX: desc and buffer:
[  315.536183] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536183] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536184] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  315.536185] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536237] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536238] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536238] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536239] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  315.536240] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536249] i40e 01:00.0 ntc 14 head 15.
[  315.536250] i40e 01:00.0 AQTX: desc and buffer:
[  315.536251] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536252] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536253] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536255] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536307] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536308] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536308] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536309] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  315.536310] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536312] i40e 01:00.0 ntc 15 head 16.
[  315.536313] i40e 01:00.0 AQTX: desc and buffer:
[  315.536314] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536315] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536315] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  315.536316] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536368] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  315.536369] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536370] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  315.536370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536372] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  315.536372] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536375] i40e 01:00.0 ntc 16 head 17.
[  315.536376] i40e 01:00.0 AQTX: desc and buffer:
[  315.536377] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  315.536378] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536378] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.536379] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23994000
[  315.536379] i40e 01:00.0 AQ CMD Buffer:
[  315.536381] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536382] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536383] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536385] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536386] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536386] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536387] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536388] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536389] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536389] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536390] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536391] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536391] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536392] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536393] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536394] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536395] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536395] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536396] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536397] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536397] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536398] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536398] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536399] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536400] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536400] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536402] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536402] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536403] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536404] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536405] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536406] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536407] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536408] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536409] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536409] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536410] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536411] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536411] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536412] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536412] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536414] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536414] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536415] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536416] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536416] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536417] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536418] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536418] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536420] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536420] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536421] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536422] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536423] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536423] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536424] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536424] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536427] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536428] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536430] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536431] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536431] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536432] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536433] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536434] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536435] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536435] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536436] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536437] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536437] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536438] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536439] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536440] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536441] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536441] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536442] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536443] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536443] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536444] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536445] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536649] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536650] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  315.536651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536652] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  315.536653] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23994000
[  315.536655] i40e 01:00.0 AQ CMD Buffer:
[  315.536656] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536658] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536658] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  315.536659] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536661] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536661] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536662] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.536662] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536663] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  315.536664] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536665] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.536666] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536666] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  315.536667] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536668] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.536668] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536669] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536670] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536671] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536672] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536672] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  315.536673] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536674] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  315.536674] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536675] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536676] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536676] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536679] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536680] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  315.536681] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536682] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  315.536685] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536687] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  315.536689] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536692] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  315.536694] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536697] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  315.536700] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536704] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  315.536708] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536710] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  315.536713] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536715] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  315.536717] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536720] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.536722] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536725] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  315.536729] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536733] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  315.536736] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536738] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  315.536740] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536743] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  315.536746] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536748] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  315.536752] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536756] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  315.536759] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536762] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  315.536764] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536767] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  315.536769] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536770] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  315.536771] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536771] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  315.536772] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536773] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536774] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536775] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536776] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536778] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536779] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536779] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536780] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536782] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536782] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536783] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536784] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536784] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536785] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.536786] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  315.536789] i40e 01:00.0 ntc 17 head 18.
[  315.536790] i40e 01:00.0 AQTX: desc and buffer:
[  315.536791] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536791] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536792] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  315.536793] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536845] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536846] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536847] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536848] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  315.536848] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536850] i40e 01:00.0 ntc 18 head 19.
[  315.536851] i40e 01:00.0 AQTX: desc and buffer:
[  315.536854] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536856] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536859] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  315.536861] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536916] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536917] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536919] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  315.536920] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536922] i40e 01:00.0 ntc 19 head 20.
[  315.536923] i40e 01:00.0 AQTX: desc and buffer:
[  315.536924] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.536924] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536925] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  315.536926] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.536978] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.536980] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.536982] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.536985] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  315.536987] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  315.536990] i40e 01:00.0 ntc 20 head 21.
[  315.536994] i40e 01:00.0 AQTX: desc and buffer:
[  315.536997] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.537002] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537004] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  315.537005] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.537059] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537059] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.537060] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537061] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  315.537061] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  315.537065] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  315.537081] i40e 01:00.0 ntc 21 head 22.
[  315.537083] i40e 01:00.0 AQTX: desc and buffer:
[  315.537083] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.537084] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537084] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  315.537085] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.537137] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  315.537138] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537139] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  315.537140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537141] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  315.537141] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.537144] i40e 01:00.0 ntc 22 head 23.
[  315.537145] i40e 01:00.0 AQTX: desc and buffer:
[  315.537146] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  315.537147] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537148] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.537148] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D8C8000
[  315.537149] i40e 01:00.0 AQ CMD Buffer:
[  315.537150] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537152] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537153] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537154] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537155] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537156] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537156] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537157] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537157] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537158] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537159] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537159] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537160] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537161] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537162] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537163] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537163] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537164] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537165] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537166] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537166] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537167] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537168] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537169] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537170] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537170] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537171] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537172] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537173] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537174] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537175] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537176] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537380] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537381] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  315.537381] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537382] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.537383] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D8C8000
[  315.537384] i40e 01:00.0 AQ CMD Buffer:
[  315.537385] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537385] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  315.537388] i40e 01:00.0 ntc 23 head 24.
[  315.537389] i40e 01:00.0 AQTX: desc and buffer:
[  315.537390] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.537392] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537393] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  315.537395] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  315.537447] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537449] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.537450] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537450] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  315.537451] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  315.537459] i40e 01:00.0 ntc 24 head 25.
[  315.537460] i40e 01:00.0 AQTX: desc and buffer:
[  315.537461] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.537462] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537462] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537464] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  315.537567] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537568] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.537569] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537570] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537570] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  315.537573] i40e 01:00.0 ntc 25 head 26.
[  315.537574] i40e 01:00.0 AQTX: desc and buffer:
[  315.537575] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  315.537577] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537577] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537578] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  315.537579] i40e 01:00.0 AQ CMD Buffer:
[  315.537579] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  315.537580] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.537581] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537582] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  315.537582] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537583] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537584] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.537585] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537688] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537689] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  315.537689] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537690] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  315.537692] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  315.537694] i40e 01:00.0 ntc 26 head 27.
[  315.537695] i40e 01:00.0 AQTX: desc and buffer:
[  315.537695] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  315.537696] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537697] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537697] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  315.537699] i40e 01:00.0 AQ CMD Buffer:
[  315.537700] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537701] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537702] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537704] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537806] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537807] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  315.537808] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537809] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537809] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  315.537811] i40e 01:00.0 AQ CMD Buffer:
[  315.537812] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537814] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.537815] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537816] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537818] i40e 01:00.0 ntc 27 head 28.
[  315.537819] i40e 01:00.0 AQTX: desc and buffer:
[  315.537819] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  315.537820] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537821] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537822] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  315.537822] i40e 01:00.0 AQ CMD Buffer:
[  315.537823] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537824] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537927] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.537927] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  315.537928] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537929] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.537929] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  315.537930] i40e 01:00.0 AQ CMD Buffer:
[  315.537931] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.537932] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.537938] i40e 01:00.0 ntc 28 head 29.
[  315.537939] i40e 01:00.0 AQTX: desc and buffer:
[  315.537940] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  315.537941] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.537943] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  315.537944] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  315.537945] i40e 01:00.0 AQ CMD Buffer:
[  315.537945] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  315.538200] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538201] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  315.538202] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538202] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  315.538203] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  315.538204] i40e 01:00.0 AQ CMD Buffer:
[  315.538205] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  315.538207] i40e 01:00.0 ntc 29 head 30.
[  315.538208] i40e 01:00.0 AQTX: desc and buffer:
[  315.538209] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  315.538210] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538210] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  315.538211] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D612000
[  315.538212] i40e 01:00.0 AQ CMD Buffer:
[  315.538213] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  315.538366] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  315.538367] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538367] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  315.538368] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538369] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  315.538370] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D612000
[  315.538370] i40e 01:00.0 AQ CMD Buffer:
[  315.538371] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  315.538392] i40e 01:00.0 ntc 30 head 31.
[  315.538394] i40e 01:00.0 AQTX: desc and buffer:
[  315.538394] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  315.538396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538397] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.538398] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  315.538399] i40e 01:00.0 AQ CMD Buffer:
[  315.538400] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  315.538401] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.538402] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.538402] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  315.538403] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.538404] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.538404] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.538405] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.538457] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538459] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  315.538459] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538461] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  315.538461] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  315.538466] i40e 01:00.0 ntc 31 head 32.
[  315.538467] i40e 01:00.0 AQTX: desc and buffer:
[  315.538468] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538468] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538469] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538469] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.538522] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538523] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538524] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538524] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538526] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  315.538532] i40e 01:00.0 ntc 32 head 33.
[  315.538534] i40e 01:00.0 AQTX: desc and buffer:
[  315.538536] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538538] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538540] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538542] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  315.538595] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538596] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538597] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538597] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538598] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  315.538602] i40e 01:00.0 ntc 33 head 34.
[  315.538603] i40e 01:00.0 AQTX: desc and buffer:
[  315.538603] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538604] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538605] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  315.538605] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.538657] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538658] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538659] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538660] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  315.538661] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  315.538663] i40e 01:00.0 ntc 34 head 35.
[  315.538665] i40e 01:00.0 AQTX: desc and buffer:
[  315.538666] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538668] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538669] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  315.538670] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.538722] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538723] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538723] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538724] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  315.538724] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  315.538726] i40e 01:00.0 ntc 35 head 36.
[  315.538728] i40e 01:00.0 AQTX: desc and buffer:
[  315.538729] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538729] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538730] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  315.538731] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  315.538783] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538784] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538784] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538785] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  315.538785] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  315.538788] i40e 01:00.0 ntc 36 head 37.
[  315.538789] i40e 01:00.0 AQTX: desc and buffer:
[  315.538790] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538790] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538791] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  315.538791] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  315.538843] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538844] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538845] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538846] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  315.538846] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  315.538848] i40e 01:00.0 ntc 37 head 38.
[  315.538849] i40e 01:00.0 AQTX: desc and buffer:
[  315.538850] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538851] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538851] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538852] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.538904] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538905] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538907] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538908] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538908] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  315.538910] i40e 01:00.0 ntc 38 head 39.
[  315.538911] i40e 01:00.0 AQTX: desc and buffer:
[  315.538912] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538913] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538914] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538914] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  315.538966] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.538967] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.538968] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538969] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  315.538969] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  315.538987] i40e 01:00.0 ntc 39 head 40.
[  315.538988] i40e 01:00.0 AQTX: desc and buffer:
[  315.538989] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.538989] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.538990] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  315.538991] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.541012] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.541013] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.541013] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.541014] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  315.541015] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  315.541017] i40e 01:00.0 ntc 40 head 41.
[  315.541018] i40e 01:00.0 AQTX: desc and buffer:
[  315.541019] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  315.541019] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.541020] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.541020] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BE9000
[  315.541021] i40e 01:00.0 AQ CMD Buffer:
[  315.541022] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  315.541022] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  315.541023] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  315.541024] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.541024] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  315.541025] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  315.541026] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  315.541026] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  315.541028] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.541028] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  315.541030] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  315.541031] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  315.541032] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  315.541032] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  315.541033] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  315.541033] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  315.541034] i40e 01:00.0: 	0x00000100: e0 44 7d 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.541035] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  315.541035] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  315.541036] i40e 01:00.0: 	0x00000130: 00 00 00 00 8e 9f 00 00 00 3a 
1a 5c 4b c1 f1 67
[  315.541037] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  315.541037] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  315.541038] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  315.541039] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  315.541039] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  315.541040] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  315.541041] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  315.541042] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 60 
b0 88 f3 8a ff ff
[  315.541042] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  315.541043] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  315.541043] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  315.541044] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 60 
b0 88 f3 8a ff ff
[  315.541045] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  315.541045] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  315.544531] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.544532] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  315.544532] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.544533] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.544534] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BE9000
[  315.544534] i40e 01:00.0 AQ CMD Buffer:
[  315.544535] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  315.544536] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.544537] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544537] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544538] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544539] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544540] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544540] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544541] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544542] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544543] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544543] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544544] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544545] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544545] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544546] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544547] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544548] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544548] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544549] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544550] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544550] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544551] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544553] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544553] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544554] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544556] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544557] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544558] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544559] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544559] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544560] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544560] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.544561] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.544563] i40e 0000:01:00.0: PHC enabled
[  315.544566] i40e 01:00.0 ntc 41 head 42.
[  315.544567] i40e 01:00.0 AQTX: desc and buffer:
[  315.544568] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.544568] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.544569] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  315.544570] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.546594] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.546595] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.546596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.546596] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  315.546598] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  315.546605] i40e 01:00.0 ntc 42 head 43.
[  315.546606] i40e 01:00.0 AQTX: desc and buffer:
[  315.546607] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.546607] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.546608] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.546608] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  315.546661] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.546662] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.546663] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.546664] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.546666] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.546668] i40e 01:00.0 ntc 43 head 44.
[  315.546669] i40e 01:00.0 AQTX: desc and buffer:
[  315.546669] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  315.546670] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.546671] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.546671] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  315.546672] i40e 01:00.0 AQ CMD Buffer:
[  315.546673] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546673] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  315.546674] i40e 01:00.0: 	0x00000020: 00 32 00 00 00 00 00 00 ff 31 
00 00 00 00 00 00
[  315.546675] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  315.546675] i40e 01:00.0: 	0x00000040: 00 32 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  315.546676] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  315.546677] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  315.546677] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  315.546678] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  315.546679] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546680] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  315.546680] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  315.546681] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  315.546682] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  315.546682] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546683] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546684] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  315.546685] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  315.546686] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  315.546687] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  315.546688] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  315.546689] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  315.546690] i40e 01:00.0: 	0x00000160: 60 45 7d 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.546690] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  315.546691] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  315.546692] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  315.546692] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546693] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  315.546694] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.546695] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  315.546695] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  315.546696] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  315.546697] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.546697] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.550182] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.550183] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  315.550184] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.550185] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.550185] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  315.550186] i40e 01:00.0 AQ CMD Buffer:
[  315.550187] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  315.550187] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.550188] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550189] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550190] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550190] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550191] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550192] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550192] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550193] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550194] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550194] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550195] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550196] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550197] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550199] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550200] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550200] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550201] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550202] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550202] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550203] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550204] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550205] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550205] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550206] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550207] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550207] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550208] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550209] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550209] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550210] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550211] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.550211] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.550213] i40e 01:00.0 ntc 44 head 45.
[  315.550214] i40e 01:00.0 AQTX: desc and buffer:
[  315.550215] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.550216] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.550216] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  315.550217] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.552238] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.552239] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.552240] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.552241] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  315.552241] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  315.552243] i40e 01:00.0 ntc 45 head 46.
[  315.552244] i40e 01:00.0 AQTX: desc and buffer:
[  315.552245] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  315.552246] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.552247] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.552247] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  315.552248] i40e 01:00.0 AQ CMD Buffer:
[  315.552249] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  315.552249] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  315.552250] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  315.552251] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  315.552251] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  315.552252] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  315.552253] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  315.552253] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  315.552254] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  315.552255] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  315.552255] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  315.552256] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  315.552257] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  315.552257] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  315.552258] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  315.552259] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  315.552261] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  315.552261] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  315.552262] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  315.552263] i40e 01:00.0: 	0x00000130: 80 45 7d 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.552263] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  315.552264] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  315.552265] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  315.552265] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  315.552266] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  315.552267] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.552267] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  315.552268] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.552269] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  315.552269] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  315.552270] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 b0 14 4b
[  315.552271] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  315.552272] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  315.552272] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  315.555757] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.555758] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  315.555759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.555760] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.555760] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  315.555761] i40e 01:00.0 AQ CMD Buffer:
[  315.555762] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  315.555762] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.555763] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555763] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555764] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555765] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555766] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555766] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555767] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555769] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555769] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555771] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555772] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555773] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555773] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555774] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555775] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555775] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555776] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555777] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555777] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555778] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555779] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555779] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555780] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555781] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555781] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555782] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555783] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555783] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555784] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555785] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555785] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555786] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.555788] i40e 01:00.0 ntc 46 head 47.
[  315.555789] i40e 01:00.0 AQTX: desc and buffer:
[  315.555790] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  315.555792] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.555792] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.555793] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  315.555795] i40e 01:00.0 AQ CMD Buffer:
[  315.555796] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555797] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555797] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555798] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555798] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555799] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555800] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555800] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555903] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.555904] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  315.555906] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.555907] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  315.555907] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  315.555908] i40e 01:00.0 AQ CMD Buffer:
[  315.555909] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  315.555909] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.555910] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555911] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555911] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555912] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555913] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.555913] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555916] i40e 01:00.0 ntc 47 head 48.
[  315.555917] i40e 01:00.0 AQTX: desc and buffer:
[  315.555917] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  315.555918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.555919] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.555919] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  315.555920] i40e 01:00.0 AQ CMD Buffer:
[  315.555921] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555921] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555922] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.555923] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556025] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556026] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  315.556027] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556027] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.556028] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  315.556029] i40e 01:00.0 AQ CMD Buffer:
[  315.556030] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556030] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.556031] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556031] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556033] i40e 01:00.0 ntc 48 head 49.
[  315.556035] i40e 01:00.0 AQTX: desc and buffer:
[  315.556037] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  315.556037] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556038] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.556039] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  315.556039] i40e 01:00.0 AQ CMD Buffer:
[  315.556040] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556041] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556144] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556145] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  315.556146] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556146] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.556148] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  315.556148] i40e 01:00.0 AQ CMD Buffer:
[  315.556149] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.556150] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556153] i40e 01:00.0 ntc 49 head 50.
[  315.556154] i40e 01:00.0 AQTX: desc and buffer:
[  315.556155] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.556155] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556156] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  315.556156] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.556461] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556462] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.556462] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556463] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  315.556464] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  315.556466] i40e 01:00.0 ntc 50 head 51.
[  315.556467] i40e 01:00.0 AQTX: desc and buffer:
[  315.556467] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.556468] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556469] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  315.556469] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.556522] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556523] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.556523] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556524] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  315.556524] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  315.556527] i40e 01:00.0 ntc 51 head 52.
[  315.556533] i40e 01:00.0 AQTX: desc and buffer:
[  315.556534] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  315.556535] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556537] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  315.556540] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  315.556544] i40e 01:00.0 AQ CMD Buffer:
[  315.556548] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  315.556550] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.556654] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556655] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  315.556657] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556659] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  315.556660] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  315.556660] i40e 01:00.0 AQ CMD Buffer:
[  315.556661] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.556662] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556665] i40e 01:00.0 ntc 52 head 53.
[  315.556667] i40e 01:00.0 AQTX: desc and buffer:
[  315.556669] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  315.556672] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556674] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  315.556675] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BC1000
[  315.556677] i40e 01:00.0 AQ CMD Buffer:
[  315.556681] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556685] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  315.556688] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  315.556690] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  315.556795] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556795] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  315.556796] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556797] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  315.556797] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BC1000
[  315.556798] i40e 01:00.0 AQ CMD Buffer:
[  315.556799] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556800] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556800] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556801] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556803] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  315.556805] i40e 01:00.0 ntc 53 head 54.
[  315.556806] i40e 01:00.0 AQTX: desc and buffer:
[  315.556807] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  315.556808] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556808] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.556810] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  315.556810] i40e 01:00.0 AQ CMD Buffer:
[  315.556811] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  315.556812] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  315.556812] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  315.556813] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  315.556814] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  315.556816] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  315.556818] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 2c 33 
00 00 00 00 00 00
[  315.556818] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  315.556921] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.556922] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  315.556922] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556923] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  315.556924] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  315.556927] i40e 01:00.0 AQ CMD Buffer:
[  315.556927] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  315.556929] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.556930] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556930] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556931] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556933] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556933] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.556934] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556936] i40e 01:00.0 ntc 54 head 55.
[  315.556937] i40e 01:00.0 AQTX: desc and buffer:
[  315.556938] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  315.556939] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.556940] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.556940] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  315.556941] i40e 01:00.0 AQ CMD Buffer:
[  315.556942] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  315.556942] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.556943] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556944] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556945] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556946] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.556947] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.556947] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557000] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.557001] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  315.557001] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557002] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  315.557003] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497F000
[  315.557005] i40e 01:00.0 ntc 55 head 56.
[  315.557006] i40e 01:00.0 AQTX: desc and buffer:
[  315.557007] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  315.557008] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557008] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  315.557009] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  315.557009] i40e 01:00.0 AQ CMD Buffer:
[  315.557010] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557011] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  315.557012] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557013] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557014] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557014] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557015] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557016] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557219] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.557220] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  315.557221] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557222] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  315.557222] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  315.557223] i40e 01:00.0 AQ CMD Buffer:
[  315.557224] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  315.557224] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  315.557225] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557226] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557226] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557227] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  315.557228] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.557229] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557232] i40e 01:00.0 ntc 56 head 57.
[  315.557233] i40e 01:00.0 AQTX: desc and buffer:
[  315.557233] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  315.557234] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557235] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  315.557235] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  315.557238] i40e 01:00.0 AQ CMD Buffer:
[  315.557239] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557240] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557240] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557241] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557344] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.557345] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  315.557345] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557346] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  315.557347] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  315.557347] i40e 01:00.0 AQ CMD Buffer:
[  315.557349] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557349] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.557350] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557351] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557353] i40e 01:00.0 ntc 57 head 58.
[  315.557354] i40e 01:00.0 AQTX: desc and buffer:
[  315.557355] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  315.557357] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557357] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  315.557358] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  315.557358] i40e 01:00.0 AQ CMD Buffer:
[  315.557359] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557360] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557463] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.557464] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  315.557465] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557466] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  315.557466] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BCCD000
[  315.557467] i40e 01:00.0 AQ CMD Buffer:
[  315.557468] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  315.557468] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557474] i40e 01:00.0 ntc 58 head 59.
[  315.557475] i40e 01:00.0 AQTX: desc and buffer:
[  315.557476] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.557477] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557477] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  315.557478] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  315.557634] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.557635] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.557635] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557636] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  315.557638] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  315.557640] i40e 01:00.0 ntc 59 head 60.
[  315.557641] i40e 01:00.0 AQTX: desc and buffer:
[  315.557642] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  315.557642] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.557645] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  315.557646] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44882000
[  315.557648] i40e 01:00.0 AQ CMD Buffer:
[  315.557649] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  315.557650] i40e 01:00.0: 	0x00000010: ac 33 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  315.557651] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  315.557651] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  315.557652] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  315.557653] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  315.557653] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557654] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  315.557655] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  315.557656] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  315.557656] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  315.557657] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557658] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557658] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  315.557659] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  315.557660] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  315.557661] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 3f e8 
01 00 00 00 00 00
[  315.557662] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  315.557662] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  315.557663] i40e 01:00.0: 	0x00000130: 60 47 7d 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  315.557664] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  315.557664] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  315.557665] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  315.557668] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  315.557671] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  315.557675] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557678] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  315.557680] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  315.557683] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  315.557686] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  315.557688] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.557690] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  315.557694] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  315.557697] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  315.561184] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.561185] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  315.561185] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.561186] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  315.561187] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44882000
[  315.561187] i40e 01:00.0 AQ CMD Buffer:
[  315.561188] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  315.561189] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.561190] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561190] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561191] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561192] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561192] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561193] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561194] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561194] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561195] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561196] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561196] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561197] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561199] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561200] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561200] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561201] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561202] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561203] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561203] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561204] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561205] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561205] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561206] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561207] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561207] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561208] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561209] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561209] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561210] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561211] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561212] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.561212] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.561214] i40e 01:00.0 ntc 60 head 61.
[  315.561215] i40e 01:00.0 AQTX: desc and buffer:
[  315.561216] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.561217] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.561217] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  315.561218] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.563240] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.563241] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.563242] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.563243] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  315.563244] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  315.563246] i40e 01:00.0 ntc 61 head 62.
[  315.563247] i40e 01:00.0 AQTX: desc and buffer:
[  315.563248] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  315.563248] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.563249] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.563249] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  315.563250] i40e 01:00.0 AQ CMD Buffer:
[  315.563251] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  315.563251] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.563252] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563253] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563253] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563254] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563255] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563255] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563256] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563257] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563257] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563258] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563259] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563259] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563260] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563261] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563262] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563263] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563264] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563265] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563266] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563267] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563267] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563268] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563269] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563269] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563270] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563271] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563271] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563272] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563273] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563274] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563274] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.563275] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.566765] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.566766] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  315.566767] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.566767] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  315.566768] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D49F000
[  315.566768] i40e 01:00.0 AQ CMD Buffer:
[  315.566769] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  315.566770] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  315.566771] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566771] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566772] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566773] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566773] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566774] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566775] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566775] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566776] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566777] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566777] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566778] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566779] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566779] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566780] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566781] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566782] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566782] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566783] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566784] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566784] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566785] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566786] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566786] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566787] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566788] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566788] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566789] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566790] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566791] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566791] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566792] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  315.566890] i40e 01:00.0 ntc 62 head 63.
[  315.566891] i40e 01:00.0 AQTX: desc and buffer:
[  315.566891] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  315.566892] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.566893] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  315.566894] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A66E000
[  315.566894] i40e 01:00.0 AQ CMD Buffer:
[  315.566895] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  315.566896] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  315.566896] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566897] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566898] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566899] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566899] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  315.566900] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  315.566952] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.566953] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  315.566954] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.566954] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  315.566955] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A66E000
[  315.568305] irq 111: Affinity broken due to vector space exhaustion.
[  315.568317] irq 115: Affinity broken due to vector space exhaustion.
[  315.568424] i40e 01:00.0 ntc 63 head 64.
[  315.568425] i40e 01:00.0 AQTX: desc and buffer:
[  315.568426] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.568428] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.568429] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  315.568430] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.568536] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.568538] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.568542] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.568545] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  315.568547] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.568550] i40e 01:00.0 ntc 64 head 65.
[  315.568551] i40e 01:00.0 AQTX: desc and buffer:
[  315.568552] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  315.568553] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.568554] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  315.568554] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  315.568555] i40e 01:00.0 AQ CMD Buffer:
[  315.568556] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  315.568608] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.568609] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  315.568609] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.568610] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  315.568611] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BFC6000
[  315.938672] i40e 01:00.0 ntc 65 head 66.
[  315.938673] i40e 01:00.0 AQTX: desc and buffer:
[  315.938674] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.938675] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.938676] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  315.938677] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.938830] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.938831] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.938831] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.938832] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  315.938833] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.938835] i40e 01:00.0 ntc 66 head 67.
[  315.938836] i40e 01:00.0 AQTX: desc and buffer:
[  315.938837] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  315.938838] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.938838] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  315.938839] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  315.938839] i40e 01:00.0 AQ CMD Buffer:
[  315.938841] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  315.938842] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  315.939248] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.939249] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  315.939249] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.939250] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  315.939251] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E728000
[  315.939251] i40e 01:00.0 AQ CMD Buffer:
[  315.939252] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  315.939253] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  315.939256] i40e 01:00.0 ntc 67 head 68.
[  315.939257] i40e 01:00.0 AQTX: desc and buffer:
[  315.939257] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  315.939258] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.939259] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  315.939259] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  315.939362] i40e 01:00.0 AQTX: desc and buffer writeback:
[  315.939363] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  315.939363] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  315.939364] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  315.939364] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.801613] i40e 01:00.0 ntc 68 head 69.
[  345.801615] i40e 01:00.0 AQTX: desc and buffer:
[  345.801616] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.801617] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.801618] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.801618] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.801670] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.801672] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.801672] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.801673] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.801673] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812148] i40e 01:00.0 AQTX: desc and buffer:
[  345.812149] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812150] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.812151] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812203] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812204] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812204] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812205] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  345.812206] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  345.812208] i40e 01:00.0 ntc 0 head 1.
[  345.812209] i40e 01:00.0 AQTX: desc and buffer:
[  345.812210] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812210] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812211] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812212] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812264] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812265] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812265] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812266] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812267] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812276] i40e 01:00.0 ntc 1 head 2.
[  345.812277] i40e 01:00.0 AQTX: desc and buffer:
[  345.812278] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812278] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812279] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812280] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812332] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812332] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812333] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812333] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812334] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812336] i40e 01:00.0 ntc 2 head 3.
[  345.812337] i40e 01:00.0 AQTX: desc and buffer:
[  345.812338] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812338] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812339] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812340] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812392] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812392] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812393] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812394] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812394] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812404] i40e 01:00.0 ntc 3 head 4.
[  345.812405] i40e 01:00.0 AQTX: desc and buffer:
[  345.812405] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812406] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812407] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812407] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812459] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812460] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812460] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812461] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812461] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812464] i40e 01:00.0 ntc 4 head 5.
[  345.812464] i40e 01:00.0 AQTX: desc and buffer:
[  345.812465] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812466] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812466] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812467] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812519] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812520] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812520] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812521] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812522] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812539] i40e 01:00.0 ntc 5 head 6.
[  345.812543] i40e 01:00.0 AQTX: desc and buffer:
[  345.812545] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812549] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812552] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812553] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812606] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812607] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812608] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812608] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812609] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812611] i40e 01:00.0 ntc 6 head 7.
[  345.812612] i40e 01:00.0 AQTX: desc and buffer:
[  345.812613] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812614] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812614] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812615] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812667] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812668] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812669] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812669] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812670] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812680] i40e 01:00.0 ntc 7 head 8.
[  345.812681] i40e 01:00.0 AQTX: desc and buffer:
[  345.812682] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812683] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812684] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812736] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812737] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812738] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812738] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812739] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812741] i40e 01:00.0 ntc 8 head 9.
[  345.812742] i40e 01:00.0 AQTX: desc and buffer:
[  345.812743] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812744] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812744] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812745] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812797] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812798] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812799] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812799] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812800] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812809] i40e 01:00.0 ntc 9 head 10.
[  345.812810] i40e 01:00.0 AQTX: desc and buffer:
[  345.812811] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812812] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812813] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812866] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812867] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812868] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812869] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812871] i40e 01:00.0 ntc 10 head 11.
[  345.812872] i40e 01:00.0 AQTX: desc and buffer:
[  345.812873] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812873] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812874] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.812875] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812927] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812928] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812929] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812930] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.812930] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812940] i40e 01:00.0 ntc 11 head 12.
[  345.812941] i40e 01:00.0 AQTX: desc and buffer:
[  345.812941] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.812942] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812943] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812943] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.812996] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.812997] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.812998] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.812999] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.812999] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813001] i40e 01:00.0 ntc 12 head 13.
[  345.813002] i40e 01:00.0 AQTX: desc and buffer:
[  345.813004] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813004] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813005] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.813006] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813058] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813060] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813060] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813061] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.813061] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813064] i40e 01:00.0 ntc 13 head 14.
[  345.813065] i40e 01:00.0 AQTX: desc and buffer:
[  345.813065] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813066] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813067] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  345.813067] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813119] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813120] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813122] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  345.813125] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813134] i40e 01:00.0 ntc 14 head 15.
[  345.813135] i40e 01:00.0 AQTX: desc and buffer:
[  345.813136] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813137] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813137] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.813138] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813190] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813191] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813192] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813192] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  345.813193] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813195] i40e 01:00.0 ntc 15 head 16.
[  345.813196] i40e 01:00.0 AQTX: desc and buffer:
[  345.813197] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813198] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813198] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  345.813199] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813252] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  345.813253] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813254] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  345.813255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813256] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  345.813256] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813259] i40e 01:00.0 ntc 16 head 17.
[  345.813261] i40e 01:00.0 AQTX: desc and buffer:
[  345.813262] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  345.813262] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813263] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.813263] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  345.813264] i40e 01:00.0 AQ CMD Buffer:
[  345.813266] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813267] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813268] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813269] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813269] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813270] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813271] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813271] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813273] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813274] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813275] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813276] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813276] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813277] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813277] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813279] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813279] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813280] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813281] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813281] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813282] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813283] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813283] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813285] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813285] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813286] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813287] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813287] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813288] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813289] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813289] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813291] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813291] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813292] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813294] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813294] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813297] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813297] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813298] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813299] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813299] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813300] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813301] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813301] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813302] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813303] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813304] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813305] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813305] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813306] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813307] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813307] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813308] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813309] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813310] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813311] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813311] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813312] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813313] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813313] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813314] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813315] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813318] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813319] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813320] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813321] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813322] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813323] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813324] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813324] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813325] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813326] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813326] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813327] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813328] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813329] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813329] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813330] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813331] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813331] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813535] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813538] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  345.813540] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813542] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  345.813546] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  345.813550] i40e 01:00.0 AQ CMD Buffer:
[  345.813552] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813554] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813557] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  345.813559] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813562] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813564] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813567] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.813571] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813574] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  345.813577] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813580] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.813582] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813585] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  345.813587] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813590] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.813592] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813596] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813599] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813602] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813604] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813607] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  345.813609] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813612] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  345.813614] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813616] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813619] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813624] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813626] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813628] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  345.813631] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813633] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  345.813636] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813638] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  345.813640] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813644] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  345.813645] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813647] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  345.813648] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813649] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  345.813650] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813650] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  345.813651] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813651] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  345.813652] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813653] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.813653] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813654] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  345.813655] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813656] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  345.813657] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813657] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  345.813658] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813659] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  345.813659] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813660] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  345.813661] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813662] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  345.813663] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813664] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  345.813664] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813665] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  345.813666] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813666] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  345.813667] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813669] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  345.813670] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813670] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813672] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813673] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813674] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813675] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813676] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813676] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813677] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813678] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813679] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813680] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813680] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813681] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813682] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.813683] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  345.813686] i40e 01:00.0 ntc 17 head 18.
[  345.813687] i40e 01:00.0 AQTX: desc and buffer:
[  345.813688] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813688] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813689] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  345.813690] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813742] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813745] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813747] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813749] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  345.813752] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813756] i40e 01:00.0 ntc 18 head 19.
[  345.813758] i40e 01:00.0 AQTX: desc and buffer:
[  345.813763] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813767] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813769] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  345.813771] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813824] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813825] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813826] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813827] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  345.813829] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813831] i40e 01:00.0 ntc 19 head 20.
[  345.813832] i40e 01:00.0 AQTX: desc and buffer:
[  345.813833] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813834] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813835] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  345.813835] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813888] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813890] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813893] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813896] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  345.813901] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  345.813904] i40e 01:00.0 ntc 20 head 21.
[  345.813907] i40e 01:00.0 AQTX: desc and buffer:
[  345.813910] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.813911] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813913] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  345.813916] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.813970] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.813971] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.813971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.813972] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  345.813972] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  345.813976] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  345.813999] i40e 01:00.0 ntc 21 head 22.
[  345.814000] i40e 01:00.0 AQTX: desc and buffer:
[  345.814001] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.814002] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814003] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  345.814004] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.814056] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  345.814057] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814057] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  345.814058] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814059] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  345.814059] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.814064] i40e 01:00.0 ntc 22 head 23.
[  345.814065] i40e 01:00.0 AQTX: desc and buffer:
[  345.814066] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  345.814066] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814067] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.814068] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  345.814071] i40e 01:00.0 AQ CMD Buffer:
[  345.814073] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814076] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814078] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814079] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814080] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814080] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814081] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814083] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814086] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814088] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814089] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814090] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814090] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814091] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814092] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814092] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814094] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814094] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814095] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814096] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814096] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814098] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814099] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814101] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814102] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814103] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814103] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814104] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814105] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814105] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814108] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814111] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814316] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814317] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  345.814319] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814319] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.814320] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  345.814320] i40e 01:00.0 AQ CMD Buffer:
[  345.814322] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814323] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  345.814326] i40e 01:00.0 ntc 23 head 24.
[  345.814327] i40e 01:00.0 AQTX: desc and buffer:
[  345.814328] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.814329] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814329] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  345.814330] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  345.814382] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814383] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.814384] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814385] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  345.814387] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  345.814398] i40e 01:00.0 ntc 24 head 25.
[  345.814399] i40e 01:00.0 AQTX: desc and buffer:
[  345.814400] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.814400] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814401] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814402] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  345.814505] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814506] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.814506] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814507] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814508] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  345.814510] i40e 01:00.0 ntc 25 head 26.
[  345.814511] i40e 01:00.0 AQTX: desc and buffer:
[  345.814512] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  345.814513] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814513] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814514] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  345.814517] i40e 01:00.0 AQ CMD Buffer:
[  345.814518] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  345.814518] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.814519] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814520] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  345.814520] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814521] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814522] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.814522] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814625] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814626] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  345.814627] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814628] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  345.814629] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  345.814631] i40e 01:00.0 ntc 26 head 27.
[  345.814633] i40e 01:00.0 AQTX: desc and buffer:
[  345.814634] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  345.814635] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814636] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814636] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  345.814637] i40e 01:00.0 AQ CMD Buffer:
[  345.814638] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814639] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814639] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814640] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814743] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814744] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  345.814744] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814745] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814746] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  345.814746] i40e 01:00.0 AQ CMD Buffer:
[  345.814747] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814748] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.814749] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814750] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814752] i40e 01:00.0 ntc 27 head 28.
[  345.814753] i40e 01:00.0 AQTX: desc and buffer:
[  345.814753] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  345.814754] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814755] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814756] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  345.814757] i40e 01:00.0 AQ CMD Buffer:
[  345.814757] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814758] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814861] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.814862] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  345.814862] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814864] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.814864] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  345.814865] i40e 01:00.0 AQ CMD Buffer:
[  345.814866] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.814866] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.814875] i40e 01:00.0 ntc 28 head 29.
[  345.814876] i40e 01:00.0 AQTX: desc and buffer:
[  345.814877] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  345.814878] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.814879] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  345.814880] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  345.814880] i40e 01:00.0 AQ CMD Buffer:
[  345.814881] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  345.815135] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815136] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  345.815137] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815138] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  345.815139] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  345.815139] i40e 01:00.0 AQ CMD Buffer:
[  345.815140] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  345.815142] i40e 01:00.0 ntc 29 head 30.
[  345.815144] i40e 01:00.0 AQTX: desc and buffer:
[  345.815145] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  345.815145] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815146] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  345.815146] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  345.815147] i40e 01:00.0 AQ CMD Buffer:
[  345.815148] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  345.815301] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  345.815302] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815303] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  345.815303] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815305] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  345.815307] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  345.815307] i40e 01:00.0 AQ CMD Buffer:
[  345.815308] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  345.815345] i40e 01:00.0 ntc 30 head 31.
[  345.815346] i40e 01:00.0 AQTX: desc and buffer:
[  345.815347] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  345.815347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815350] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.815351] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  345.815352] i40e 01:00.0 AQ CMD Buffer:
[  345.815353] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  345.815354] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.815354] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.815355] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  345.815356] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.815357] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.815358] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.815358] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.815410] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815411] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  345.815412] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815413] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  345.815414] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  345.815418] i40e 01:00.0 ntc 31 head 32.
[  345.815419] i40e 01:00.0 AQTX: desc and buffer:
[  345.815420] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815421] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815422] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815422] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.815474] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815475] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815476] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815477] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815478] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  345.815480] i40e 01:00.0 ntc 32 head 33.
[  345.815482] i40e 01:00.0 AQTX: desc and buffer:
[  345.815483] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815484] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815484] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815486] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  345.815538] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815540] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815542] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815545] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815547] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  345.815552] i40e 01:00.0 ntc 33 head 34.
[  345.815555] i40e 01:00.0 AQTX: desc and buffer:
[  345.815558] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815560] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815562] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  345.815565] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.815618] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815620] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815620] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815622] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  345.815622] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  345.815625] i40e 01:00.0 ntc 34 head 35.
[  345.815626] i40e 01:00.0 AQTX: desc and buffer:
[  345.815626] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815627] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815628] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  345.815628] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.815680] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815682] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815683] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  345.815684] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  345.815687] i40e 01:00.0 ntc 35 head 36.
[  345.815689] i40e 01:00.0 AQTX: desc and buffer:
[  345.815691] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815693] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815695] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  345.815697] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  345.815750] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815752] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815753] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815754] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  345.815755] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  345.815757] i40e 01:00.0 ntc 36 head 37.
[  345.815758] i40e 01:00.0 AQTX: desc and buffer:
[  345.815759] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815760] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  345.815761] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  345.815814] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815815] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815816] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  345.815819] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  345.815821] i40e 01:00.0 ntc 37 head 38.
[  345.815822] i40e 01:00.0 AQTX: desc and buffer:
[  345.815822] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815824] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815824] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.815877] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815878] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815879] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815879] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815880] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  345.815882] i40e 01:00.0 ntc 38 head 39.
[  345.815884] i40e 01:00.0 AQTX: desc and buffer:
[  345.815885] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815886] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815887] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815887] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  345.815940] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.815941] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.815942] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815942] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  345.815943] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  345.815959] i40e 01:00.0 ntc 39 head 40.
[  345.815960] i40e 01:00.0 AQTX: desc and buffer:
[  345.815961] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.815962] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.815963] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  345.815963] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.817985] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.817985] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.817986] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.817987] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  345.817987] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  345.817990] i40e 01:00.0 ntc 40 head 41.
[  345.817992] i40e 01:00.0 AQTX: desc and buffer:
[  345.817993] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  345.817994] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.817994] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.817995] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  345.817995] i40e 01:00.0 AQ CMD Buffer:
[  345.817996] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  345.817997] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  345.817997] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  345.817998] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.817999] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  345.817999] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  345.818000] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  345.818000] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  345.818001] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.818002] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  345.818002] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  345.818003] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  345.818003] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  345.818004] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  345.818005] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  345.818005] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  345.818006] i40e 01:00.0: 	0x00000100: e0 a4 76 8e f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.818006] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  345.818007] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  345.818008] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  345.818008] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  345.818009] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  345.818010] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  345.818011] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  345.818011] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  345.818012] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  345.818014] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  345.818015] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 16 
a2 8a f3 8a ff ff
[  345.818015] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  345.818016] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  345.818017] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  345.818017] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 16 
a2 8a f3 8a ff ff
[  345.818018] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  345.818019] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  345.821504] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.821506] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  345.821506] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.821507] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.821507] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49F1E000
[  345.821508] i40e 01:00.0 AQ CMD Buffer:
[  345.821509] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  345.821510] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.821510] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821511] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821512] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821513] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821513] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821514] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821515] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821515] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821516] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821517] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821517] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821518] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821519] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821519] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821520] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821521] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821521] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821522] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821523] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821523] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821524] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821525] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821525] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821526] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821527] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821528] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821528] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821529] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821530] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821535] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821538] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.821540] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.821544] i40e 0000:01:00.0: PHC enabled
[  345.821549] i40e 01:00.0 ntc 41 head 42.
[  345.821552] i40e 01:00.0 AQTX: desc and buffer:
[  345.821554] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.821558] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.821559] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  345.821561] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.823584] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.823585] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.823586] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.823587] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  345.823587] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  345.823594] i40e 01:00.0 ntc 42 head 43.
[  345.823595] i40e 01:00.0 AQTX: desc and buffer:
[  345.823596] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.823596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.823597] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.823598] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  345.823650] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.823651] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.823651] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.823652] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.823654] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.823656] i40e 01:00.0 ntc 43 head 44.
[  345.823657] i40e 01:00.0 AQTX: desc and buffer:
[  345.823658] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  345.823658] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.823659] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.823660] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  345.823660] i40e 01:00.0 AQ CMD Buffer:
[  345.823661] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823662] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  345.823663] i40e 01:00.0: 	0x00000020: d8 37 00 00 00 00 00 00 d7 37 
00 00 00 00 00 00
[  345.823663] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  345.823664] i40e 01:00.0: 	0x00000040: d8 37 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  345.823665] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  345.823665] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  345.823666] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  345.823667] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  345.823667] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823668] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  345.823669] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  345.823669] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  345.823670] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  345.823671] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823671] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823672] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  345.823673] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  345.823673] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  345.823674] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  345.823676] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  345.823677] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  345.823679] i40e 01:00.0: 	0x00000160: 60 a5 76 8e f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.823679] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  345.823680] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  345.823681] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  345.823681] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823682] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  345.823683] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.823683] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  345.823684] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  345.823685] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  345.823685] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.823686] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.827172] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.827173] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  345.827173] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.827174] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.827175] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  345.827175] i40e 01:00.0 AQ CMD Buffer:
[  345.827176] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  345.827177] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.827177] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827178] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827179] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827179] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827180] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827181] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827181] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827182] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827184] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827184] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827186] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827187] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827188] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827188] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827189] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827190] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827191] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827191] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827192] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827193] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827193] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827194] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827195] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827195] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827196] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827197] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827197] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827198] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827199] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827199] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827200] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.827201] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.827203] i40e 01:00.0 ntc 44 head 45.
[  345.827204] i40e 01:00.0 AQTX: desc and buffer:
[  345.827205] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.827207] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.827207] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  345.827209] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.829230] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.829231] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.829232] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.829233] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  345.829233] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  345.829235] i40e 01:00.0 ntc 45 head 46.
[  345.829236] i40e 01:00.0 AQTX: desc and buffer:
[  345.829238] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  345.829239] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.829240] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.829241] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E0000
[  345.829242] i40e 01:00.0 AQ CMD Buffer:
[  345.829243] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  345.829243] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  345.829244] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  345.829245] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  345.829245] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  345.829246] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  345.829247] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  345.829247] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  345.829248] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  345.829249] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  345.829249] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  345.829250] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  345.829251] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  345.829251] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  345.829252] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  345.829253] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  345.829254] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  345.829254] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  345.829255] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  345.829256] i40e 01:00.0: 	0x00000130: 80 a5 76 8e f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.829256] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  345.829257] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  345.829258] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  345.829258] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  345.829259] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  345.829260] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.829261] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  345.829262] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.829264] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  345.829265] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  345.829265] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 80 84 46
[  345.829266] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  345.829267] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  345.829267] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  345.832754] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.832756] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  345.832756] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.832757] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.832758] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E0000
[  345.832758] i40e 01:00.0 AQ CMD Buffer:
[  345.832759] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  345.832760] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.832761] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832762] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832764] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832764] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832765] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832766] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832766] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832767] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832768] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832768] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832769] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832770] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832770] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832771] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832772] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832773] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832773] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832774] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832775] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832775] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832776] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832776] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832777] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832778] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832778] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832779] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832780] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832780] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832781] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832781] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832782] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832783] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.832786] i40e 01:00.0 ntc 46 head 47.
[  345.832787] i40e 01:00.0 AQTX: desc and buffer:
[  345.832787] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  345.832788] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.832789] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.832789] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  345.832790] i40e 01:00.0 AQ CMD Buffer:
[  345.832791] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832791] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832792] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832793] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832793] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832794] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832795] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832795] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832898] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.832899] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  345.832900] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.832900] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  345.832901] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  345.832901] i40e 01:00.0 AQ CMD Buffer:
[  345.832902] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  345.832903] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.832904] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832904] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832905] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832906] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832906] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.832907] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832910] i40e 01:00.0 ntc 47 head 48.
[  345.832911] i40e 01:00.0 AQTX: desc and buffer:
[  345.832912] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  345.832913] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.832915] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.832915] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B93000
[  345.832916] i40e 01:00.0 AQ CMD Buffer:
[  345.832916] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832917] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832918] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.832918] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833021] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833023] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  345.833023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833025] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.833026] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B93000
[  345.833027] i40e 01:00.0 AQ CMD Buffer:
[  345.833027] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833028] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.833029] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833029] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833031] i40e 01:00.0 ntc 48 head 49.
[  345.833032] i40e 01:00.0 AQTX: desc and buffer:
[  345.833033] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  345.833034] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833034] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.833035] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF80000
[  345.833035] i40e 01:00.0 AQ CMD Buffer:
[  345.833037] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833037] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833140] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833141] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  345.833141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833142] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.833143] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF80000
[  345.833143] i40e 01:00.0 AQ CMD Buffer:
[  345.833144] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.833145] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833148] i40e 01:00.0 ntc 49 head 50.
[  345.833149] i40e 01:00.0 AQTX: desc and buffer:
[  345.833150] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.833150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833151] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  345.833152] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.833457] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833457] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.833458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833459] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  345.833460] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  345.833462] i40e 01:00.0 ntc 50 head 51.
[  345.833463] i40e 01:00.0 AQTX: desc and buffer:
[  345.833464] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.833464] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833465] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  345.833466] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.833518] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833519] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.833519] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833520] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  345.833521] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  345.833523] i40e 01:00.0 ntc 51 head 52.
[  345.833524] i40e 01:00.0 AQTX: desc and buffer:
[  345.833525] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  345.833525] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833526] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  345.833527] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  345.833528] i40e 01:00.0 AQ CMD Buffer:
[  345.833528] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  345.833536] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.833640] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833641] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  345.833641] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833642] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  345.833644] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF14000
[  345.833645] i40e 01:00.0 AQ CMD Buffer:
[  345.833646] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.833647] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833649] i40e 01:00.0 ntc 52 head 53.
[  345.833650] i40e 01:00.0 AQTX: desc and buffer:
[  345.833651] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  345.833652] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833653] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  345.833655] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF90000
[  345.833657] i40e 01:00.0 AQ CMD Buffer:
[  345.833660] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833663] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  345.833665] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  345.833670] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  345.833774] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833776] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  345.833776] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833777] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  345.833778] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF90000
[  345.833779] i40e 01:00.0 AQ CMD Buffer:
[  345.833780] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833781] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833782] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833783] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833784] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  345.833786] i40e 01:00.0 ntc 53 head 54.
[  345.833787] i40e 01:00.0 AQTX: desc and buffer:
[  345.833788] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  345.833789] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833790] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.833791] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A8F000
[  345.833791] i40e 01:00.0 AQ CMD Buffer:
[  345.833792] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  345.833792] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  345.833793] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  345.833794] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  345.833794] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  345.833795] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  345.833795] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 04 39 
00 00 00 00 00 00
[  345.833796] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  345.833900] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833901] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  345.833901] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833902] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  345.833903] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A8F000
[  345.833903] i40e 01:00.0 AQ CMD Buffer:
[  345.833904] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  345.833905] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.833906] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833906] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833908] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833908] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833909] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.833910] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833912] i40e 01:00.0 ntc 54 head 55.
[  345.833913] i40e 01:00.0 AQTX: desc and buffer:
[  345.833916] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  345.833916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833917] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.833917] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  345.833918] i40e 01:00.0 AQ CMD Buffer:
[  345.833919] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  345.833919] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.833920] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833921] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833922] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833923] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833923] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.833924] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833976] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.833977] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  345.833978] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833980] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  345.833981] i40e 01:00.0 	addr (h,l)   0x0000000C 0x3681D000
[  345.833984] i40e 01:00.0 ntc 55 head 56.
[  345.833984] i40e 01:00.0 AQTX: desc and buffer:
[  345.833985] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  345.833986] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.833987] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  345.833988] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B10000
[  345.833988] i40e 01:00.0 AQ CMD Buffer:
[  345.833989] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833990] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  345.833991] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833991] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833992] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833993] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833993] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.833995] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834199] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.834200] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  345.834201] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834202] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  345.834204] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B10000
[  345.834204] i40e 01:00.0 AQ CMD Buffer:
[  345.834205] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  345.834207] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  345.834207] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834208] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834209] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834209] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  345.834210] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.834211] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834214] i40e 01:00.0 ntc 56 head 57.
[  345.834214] i40e 01:00.0 AQTX: desc and buffer:
[  345.834215] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  345.834216] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834217] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  345.834217] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  345.834218] i40e 01:00.0 AQ CMD Buffer:
[  345.834219] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834220] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834220] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834221] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834324] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.834325] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  345.834326] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834327] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  345.834327] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E01E000
[  345.834328] i40e 01:00.0 AQ CMD Buffer:
[  345.834328] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834329] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.834330] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834330] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834333] i40e 01:00.0 ntc 57 head 58.
[  345.834335] i40e 01:00.0 AQTX: desc and buffer:
[  345.834336] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  345.834336] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834337] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  345.834338] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  345.834339] i40e 01:00.0 AQ CMD Buffer:
[  345.834340] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834340] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834443] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.834444] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  345.834447] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834448] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  345.834448] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A2D000
[  345.834449] i40e 01:00.0 AQ CMD Buffer:
[  345.834450] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  345.834450] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834456] i40e 01:00.0 ntc 58 head 59.
[  345.834457] i40e 01:00.0 AQTX: desc and buffer:
[  345.834457] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.834458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834459] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  345.834460] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  345.834613] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.834614] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.834615] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834616] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  345.834616] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  345.834619] i40e 01:00.0 ntc 59 head 60.
[  345.834620] i40e 01:00.0 AQTX: desc and buffer:
[  345.834621] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  345.834622] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.834623] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  345.834623] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  345.834624] i40e 01:00.0 AQ CMD Buffer:
[  345.834626] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  345.834627] i40e 01:00.0: 	0x00000010: 84 39 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  345.834628] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  345.834628] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  345.834629] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  345.834630] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  345.834630] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834631] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  345.834632] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  345.834633] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  345.834634] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  345.834634] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834635] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834636] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  345.834636] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  345.834638] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  345.834638] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  345.834639] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  345.834640] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  345.834640] i40e 01:00.0: 	0x00000130: 60 a7 76 8e f3 8a ff ff 00 00 
00 00 00 00 00 00
[  345.834641] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  345.834642] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  345.834642] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  345.834643] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  345.834644] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  345.834645] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834646] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  345.834647] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  345.834648] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  345.834650] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  345.834650] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.834652] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  345.834652] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  345.834653] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  345.838139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.838140] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  345.838141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.838141] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  345.838142] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4497D000
[  345.838142] i40e 01:00.0 AQ CMD Buffer:
[  345.838143] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  345.838144] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.838145] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838145] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838146] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838147] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838147] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838148] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838149] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838149] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838150] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838151] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838151] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838152] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838153] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838153] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838154] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838155] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838155] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838156] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838157] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838159] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838159] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838161] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838162] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838163] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838163] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838164] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838164] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838165] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838166] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838167] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838167] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.838168] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.838170] i40e 01:00.0 ntc 60 head 61.
[  345.838171] i40e 01:00.0 AQTX: desc and buffer:
[  345.838172] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.838172] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.838173] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  345.838174] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.840195] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.840196] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.840197] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.840197] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  345.840198] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  345.840200] i40e 01:00.0 ntc 61 head 62.
[  345.840201] i40e 01:00.0 AQTX: desc and buffer:
[  345.840202] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  345.840202] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.840203] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.840205] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[  345.840205] i40e 01:00.0 AQ CMD Buffer:
[  345.840206] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  345.840207] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.840208] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840208] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840209] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840210] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840210] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840211] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840212] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840213] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840213] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840214] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840215] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840215] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840216] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840217] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840217] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840218] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840219] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840220] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840220] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840221] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840222] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840222] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840223] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840224] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840224] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840225] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840226] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840227] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840228] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840229] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840230] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.840230] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.843716] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.843717] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  345.843718] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.843718] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  345.843719] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74E000
[  345.843719] i40e 01:00.0 AQ CMD Buffer:
[  345.843720] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  345.843721] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  345.843722] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843722] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843723] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843724] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843724] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843725] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843726] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843726] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843727] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843728] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843728] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843729] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843730] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843730] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843731] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843732] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843732] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843733] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843734] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843734] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843735] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843736] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843736] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843737] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843738] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843738] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843739] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843740] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843740] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843741] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843742] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.843742] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  345.844036] i40e 01:00.0 ntc 62 head 63.
[  345.844037] i40e 01:00.0 AQTX: desc and buffer:
[  345.844038] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  345.844039] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.844040] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  345.844040] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  345.844041] i40e 01:00.0 AQ CMD Buffer:
[  345.844042] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  345.844042] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  345.844043] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.844044] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.844044] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.844045] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.844046] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  345.844047] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  345.844099] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.844100] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  345.844100] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.844101] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  345.844102] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E74D000
[  345.845494] irq 111: Affinity broken due to vector space exhaustion.
[  345.845506] irq 115: Affinity broken due to vector space exhaustion.
[  345.845663] i40e 01:00.0 ntc 63 head 64.
[  345.845664] i40e 01:00.0 AQTX: desc and buffer:
[  345.845665] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.845666] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.845667] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  345.845669] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.845772] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.845773] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.845773] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.845774] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  345.845775] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.845778] i40e 01:00.0 ntc 64 head 65.
[  345.845779] i40e 01:00.0 AQTX: desc and buffer:
[  345.845780] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  345.845780] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.845781] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  345.845782] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  345.845782] i40e 01:00.0 AQ CMD Buffer:
[  345.845783] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  345.845835] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.845836] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  345.845837] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.845838] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  345.845838] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48AEB000
[  345.954673] i40e 01:00.0 ntc 65 head 66.
[  345.954675] i40e 01:00.0 AQTX: desc and buffer:
[  345.954676] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.954676] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.954677] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  345.954678] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.954831] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.954832] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.954832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.954833] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  345.954834] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.954836] i40e 01:00.0 ntc 66 head 67.
[  345.954837] i40e 01:00.0 AQTX: desc and buffer:
[  345.954838] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  345.954838] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.954839] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  345.954839] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  345.954840] i40e 01:00.0 AQ CMD Buffer:
[  345.954841] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  345.954842] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  345.955248] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.955249] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  345.955249] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.955250] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  345.955251] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9E000
[  345.955251] i40e 01:00.0 AQ CMD Buffer:
[  345.955252] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  345.955253] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  345.955256] i40e 01:00.0 ntc 67 head 68.
[  345.955257] i40e 01:00.0 AQTX: desc and buffer:
[  345.955258] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  345.955258] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.955259] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  345.955260] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  345.955362] i40e 01:00.0 AQTX: desc and buffer writeback:
[  345.955363] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  345.955364] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  345.955364] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  345.955365] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.168964] i40e 01:00.0 ntc 68 head 69.
[  376.168966] i40e 01:00.0 AQTX: desc and buffer:
[  376.168967] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.168968] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.168968] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.168969] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.169021] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.169022] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.169023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.169023] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.169024] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179509] i40e 01:00.0 AQTX: desc and buffer:
[  376.179510] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179511] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179512] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.179512] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179564] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179565] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179567] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  376.179568] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  376.179570] i40e 01:00.0 ntc 0 head 1.
[  376.179572] i40e 01:00.0 AQTX: desc and buffer:
[  376.179573] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179574] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179574] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.179575] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179627] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179628] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179629] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179630] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.179630] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179641] i40e 01:00.0 ntc 1 head 2.
[  376.179642] i40e 01:00.0 AQTX: desc and buffer:
[  376.179642] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179644] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179644] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179645] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179697] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179698] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179699] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179699] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179700] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179702] i40e 01:00.0 ntc 2 head 3.
[  376.179703] i40e 01:00.0 AQTX: desc and buffer:
[  376.179703] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179704] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179705] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.179705] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179757] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179758] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179760] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.179760] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179770] i40e 01:00.0 ntc 3 head 4.
[  376.179771] i40e 01:00.0 AQTX: desc and buffer:
[  376.179772] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179773] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179774] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179826] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179827] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179828] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179828] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179829] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179831] i40e 01:00.0 ntc 4 head 5.
[  376.179832] i40e 01:00.0 AQTX: desc and buffer:
[  376.179832] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179833] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179834] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.179834] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179886] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179888] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179890] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179890] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.179891] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179900] i40e 01:00.0 ntc 5 head 6.
[  376.179901] i40e 01:00.0 AQTX: desc and buffer:
[  376.179902] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179903] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179904] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179904] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179956] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.179957] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.179958] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179958] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.179959] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.179961] i40e 01:00.0 ntc 6 head 7.
[  376.179962] i40e 01:00.0 AQTX: desc and buffer:
[  376.179963] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.179963] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.179964] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.179965] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180017] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180018] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180019] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180020] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.180020] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180030] i40e 01:00.0 ntc 7 head 8.
[  376.180031] i40e 01:00.0 AQTX: desc and buffer:
[  376.180032] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180033] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180033] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180085] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180086] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180087] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180088] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180088] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180091] i40e 01:00.0 ntc 8 head 9.
[  376.180092] i40e 01:00.0 AQTX: desc and buffer:
[  376.180092] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180093] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180094] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.180094] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180147] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180148] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180148] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180149] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.180150] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180159] i40e 01:00.0 ntc 9 head 10.
[  376.180160] i40e 01:00.0 AQTX: desc and buffer:
[  376.180161] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180162] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180163] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180215] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180216] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180217] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180218] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180218] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180220] i40e 01:00.0 ntc 10 head 11.
[  376.180221] i40e 01:00.0 AQTX: desc and buffer:
[  376.180222] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180223] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180223] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.180224] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180276] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180278] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180279] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180279] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.180280] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180290] i40e 01:00.0 ntc 11 head 12.
[  376.180291] i40e 01:00.0 AQTX: desc and buffer:
[  376.180292] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180293] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180293] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180294] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180346] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180347] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180348] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180349] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180351] i40e 01:00.0 ntc 12 head 13.
[  376.180352] i40e 01:00.0 AQTX: desc and buffer:
[  376.180353] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180354] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180355] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180355] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180408] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180409] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180410] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180411] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180411] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180413] i40e 01:00.0 ntc 13 head 14.
[  376.180414] i40e 01:00.0 AQTX: desc and buffer:
[  376.180415] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180416] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180417] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  376.180418] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180470] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180471] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180473] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  376.180475] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180485] i40e 01:00.0 ntc 14 head 15.
[  376.180486] i40e 01:00.0 AQTX: desc and buffer:
[  376.180486] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180488] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180488] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180489] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180541] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180544] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.180548] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180551] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  376.180554] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180558] i40e 01:00.0 ntc 15 head 16.
[  376.180562] i40e 01:00.0 AQTX: desc and buffer:
[  376.180564] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.180566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180568] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  376.180569] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180625] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  376.180625] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180626] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  376.180628] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180628] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  376.180629] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.180632] i40e 01:00.0 ntc 16 head 17.
[  376.180633] i40e 01:00.0 AQTX: desc and buffer:
[  376.180634] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  376.180635] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180635] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.180636] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D5C000
[  376.180637] i40e 01:00.0 AQ CMD Buffer:
[  376.180638] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180640] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180642] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180643] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180644] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180645] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180645] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180646] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180647] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180648] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180648] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180649] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180650] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180650] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180651] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180652] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180652] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180653] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180654] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180655] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180656] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180656] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180657] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180657] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180658] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180659] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180660] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180661] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180662] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180663] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180665] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180666] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180667] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180667] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180668] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180669] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180669] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180671] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180671] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180672] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180673] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180673] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180674] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180675] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180676] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180677] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180677] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180678] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180679] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180679] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180680] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180681] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180681] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180682] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180684] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180685] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180686] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180687] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180688] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180689] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180690] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180691] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180691] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180692] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180693] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180693] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180694] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180695] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180696] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180697] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180697] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180698] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180699] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180699] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180700] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180701] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180702] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180703] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180703] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180704] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180908] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.180909] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  376.180910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.180910] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  376.180911] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D5C000
[  376.180911] i40e 01:00.0 AQ CMD Buffer:
[  376.180912] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180913] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180914] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  376.180915] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180916] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180916] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180917] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.180918] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180918] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  376.180919] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180921] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.180924] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180928] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  376.180933] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180935] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.180937] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180940] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180942] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180944] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180944] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180945] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  376.180946] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180947] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  376.180947] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180948] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180949] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180949] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180950] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180952] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  376.180952] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180955] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  376.180955] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180956] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  376.180957] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180957] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  376.180958] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180959] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  376.180960] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180961] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  376.180964] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180966] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  376.180968] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180971] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  376.180974] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180978] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.180981] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180984] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  376.180986] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180988] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  376.180989] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180990] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  376.180991] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180991] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  376.180992] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180993] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  376.180993] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180994] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  376.180995] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180996] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  376.180997] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180997] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  376.180998] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.180999] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  376.181001] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181001] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  376.181004] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181004] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181005] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181006] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181006] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181007] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181008] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181009] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181009] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181010] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181012] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181012] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181013] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181014] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181014] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181016] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  376.181019] i40e 01:00.0 ntc 17 head 18.
[  376.181022] i40e 01:00.0 AQTX: desc and buffer:
[  376.181024] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181029] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181031] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  376.181033] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181086] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181087] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181088] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181089] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  376.181089] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181091] i40e 01:00.0 ntc 18 head 19.
[  376.181094] i40e 01:00.0 AQTX: desc and buffer:
[  376.181095] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181095] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181096] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  376.181097] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181149] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181150] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181151] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181152] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  376.181152] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181154] i40e 01:00.0 ntc 19 head 20.
[  376.181155] i40e 01:00.0 AQTX: desc and buffer:
[  376.181156] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181158] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181160] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  376.181161] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181213] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181215] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181215] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181216] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  376.181216] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  376.181218] i40e 01:00.0 ntc 20 head 21.
[  376.181220] i40e 01:00.0 AQTX: desc and buffer:
[  376.181220] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181221] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181222] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  376.181223] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181275] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181276] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181277] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181277] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  376.181278] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  376.181281] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  376.181302] i40e 01:00.0 ntc 21 head 22.
[  376.181304] i40e 01:00.0 AQTX: desc and buffer:
[  376.181304] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181305] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181306] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  376.181306] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181359] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  376.181359] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181360] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  376.181361] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181361] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  376.181362] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.181365] i40e 01:00.0 ntc 22 head 23.
[  376.181366] i40e 01:00.0 AQTX: desc and buffer:
[  376.181367] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  376.181368] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181368] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.181369] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFD0000
[  376.181370] i40e 01:00.0 AQ CMD Buffer:
[  376.181370] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181371] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181373] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181373] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181374] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181375] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181375] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181376] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181378] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181378] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181381] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181381] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181382] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181383] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181383] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181384] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181385] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181386] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181387] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181388] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181388] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181389] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181390] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181390] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181391] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181391] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181392] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181393] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181393] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181395] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181395] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181396] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181600] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181602] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  376.181604] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181605] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.181605] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFD0000
[  376.181606] i40e 01:00.0 AQ CMD Buffer:
[  376.181607] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181607] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  376.181611] i40e 01:00.0 ntc 23 head 24.
[  376.181611] i40e 01:00.0 AQTX: desc and buffer:
[  376.181612] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181613] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181614] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  376.181614] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  376.181666] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181667] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181669] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181670] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  376.181671] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  376.181681] i40e 01:00.0 ntc 24 head 25.
[  376.181682] i40e 01:00.0 AQTX: desc and buffer:
[  376.181683] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.181683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181684] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.181685] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  376.181787] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181789] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.181790] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181790] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.181791] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  376.181793] i40e 01:00.0 ntc 25 head 26.
[  376.181794] i40e 01:00.0 AQTX: desc and buffer:
[  376.181795] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  376.181796] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181797] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.181797] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E51000
[  376.181798] i40e 01:00.0 AQ CMD Buffer:
[  376.181799] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  376.181800] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.181801] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181802] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  376.181804] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181804] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181805] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.181806] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181908] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.181910] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  376.181912] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181913] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  376.181914] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E51000
[  376.181916] i40e 01:00.0 ntc 26 head 27.
[  376.181917] i40e 01:00.0 AQTX: desc and buffer:
[  376.181918] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  376.181918] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.181920] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.181920] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B0DE000
[  376.181921] i40e 01:00.0 AQ CMD Buffer:
[  376.181922] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181923] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181923] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.181924] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182027] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182028] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  376.182029] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182030] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.182030] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B0DE000
[  376.182031] i40e 01:00.0 AQ CMD Buffer:
[  376.182032] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182032] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.182033] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182034] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182036] i40e 01:00.0 ntc 27 head 28.
[  376.182037] i40e 01:00.0 AQTX: desc and buffer:
[  376.182038] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  376.182038] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182039] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.182041] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A55000
[  376.182042] i40e 01:00.0 AQ CMD Buffer:
[  376.182044] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182045] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182147] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182148] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  376.182149] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182150] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.182151] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A55000
[  376.182152] i40e 01:00.0 AQ CMD Buffer:
[  376.182154] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.182154] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182163] i40e 01:00.0 ntc 28 head 29.
[  376.182164] i40e 01:00.0 AQTX: desc and buffer:
[  376.182165] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  376.182166] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182167] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  376.182167] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23556000
[  376.182168] i40e 01:00.0 AQ CMD Buffer:
[  376.182169] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  376.182423] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182424] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  376.182424] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182425] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  376.182426] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23556000
[  376.182427] i40e 01:00.0 AQ CMD Buffer:
[  376.182428] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  376.182430] i40e 01:00.0 ntc 29 head 30.
[  376.182431] i40e 01:00.0 AQTX: desc and buffer:
[  376.182432] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  376.182433] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182435] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  376.182436] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  376.182436] i40e 01:00.0 AQ CMD Buffer:
[  376.182437] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  376.182590] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  376.182592] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182593] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  376.182593] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182594] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  376.182595] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  376.182596] i40e 01:00.0 AQ CMD Buffer:
[  376.182597] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  376.182621] i40e 01:00.0 ntc 30 head 31.
[  376.182622] i40e 01:00.0 AQTX: desc and buffer:
[  376.182623] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  376.182623] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182624] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.182625] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A470000
[  376.182626] i40e 01:00.0 AQ CMD Buffer:
[  376.182626] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  376.182627] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.182628] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182628] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  376.182629] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182629] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182630] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.182631] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.182684] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182684] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  376.182685] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182686] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  376.182686] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A470000
[  376.182689] i40e 01:00.0 ntc 31 head 32.
[  376.182690] i40e 01:00.0 AQTX: desc and buffer:
[  376.182691] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.182692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182692] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.182694] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.182747] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182749] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.182749] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182750] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.182750] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  376.182753] i40e 01:00.0 ntc 32 head 33.
[  376.182754] i40e 01:00.0 AQTX: desc and buffer:
[  376.182755] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.182756] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182756] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.182757] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  376.182809] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182810] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.182811] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182811] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.182812] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  376.182814] i40e 01:00.0 ntc 33 head 34.
[  376.182815] i40e 01:00.0 AQTX: desc and buffer:
[  376.182816] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.182816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182817] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  376.182818] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.182870] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182871] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.182871] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182872] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  376.182875] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  376.182878] i40e 01:00.0 ntc 34 head 35.
[  376.182879] i40e 01:00.0 AQTX: desc and buffer:
[  376.182879] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.182880] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182881] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  376.182882] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.182934] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182935] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.182936] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182937] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  376.182938] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  376.182940] i40e 01:00.0 ntc 35 head 36.
[  376.182941] i40e 01:00.0 AQTX: desc and buffer:
[  376.182941] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.182944] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.182946] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  376.182946] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  376.182998] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.182999] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.183000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183000] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  376.183001] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  376.183003] i40e 01:00.0 ntc 36 head 37.
[  376.183005] i40e 01:00.0 AQTX: desc and buffer:
[  376.183006] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.183006] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183007] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  376.183008] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  376.183061] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.183062] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.183062] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183063] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  376.183063] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  376.183065] i40e 01:00.0 ntc 37 head 38.
[  376.183066] i40e 01:00.0 AQTX: desc and buffer:
[  376.183067] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.183068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183069] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.183070] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.183122] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.183123] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.183123] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183124] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.183125] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  376.183127] i40e 01:00.0 ntc 38 head 39.
[  376.183128] i40e 01:00.0 AQTX: desc and buffer:
[  376.183128] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.183129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183130] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.183131] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  376.183183] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.183185] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.183186] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183187] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  376.183189] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  376.183205] i40e 01:00.0 ntc 39 head 40.
[  376.183207] i40e 01:00.0 AQTX: desc and buffer:
[  376.183208] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.183210] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.183210] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  376.183211] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.185232] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.185233] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.185233] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.185234] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  376.185235] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  376.185237] i40e 01:00.0 ntc 40 head 41.
[  376.185238] i40e 01:00.0 AQTX: desc and buffer:
[  376.185239] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  376.185240] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.185240] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.185241] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  376.185241] i40e 01:00.0 AQ CMD Buffer:
[  376.185242] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  376.185243] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  376.185243] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  376.185244] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.185245] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  376.185245] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  376.185246] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  376.185246] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  376.185247] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.185248] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  376.185248] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  376.185250] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  376.185251] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  376.185252] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  376.185253] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  376.185253] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  376.185254] i40e 01:00.0: 	0x00000100: e0 04 dc 8c f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.185255] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  376.185255] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  376.185256] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  376.185256] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  376.185257] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  376.185258] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  376.185258] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  376.185259] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  376.185260] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  376.185261] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  376.185261] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 7e 
8d 88 f3 8a ff ff
[  376.185262] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  376.185263] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  376.185263] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  376.185264] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 7e 
8d 88 f3 8a ff ff
[  376.185265] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  376.185265] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  376.188750] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.188752] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  376.188752] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.188753] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.188753] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  376.188754] i40e 01:00.0 AQ CMD Buffer:
[  376.188755] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  376.188756] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.188756] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188757] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188758] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188758] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188759] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188760] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188761] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188761] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188762] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188763] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188763] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188764] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188765] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188767] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188767] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188768] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188769] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188769] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188770] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188770] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188771] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188772] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188773] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188773] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188774] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188775] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188775] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188776] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188777] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188777] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188778] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.188779] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.188781] i40e 0000:01:00.0: PHC enabled
[  376.188784] i40e 01:00.0 ntc 41 head 42.
[  376.188785] i40e 01:00.0 AQTX: desc and buffer:
[  376.188785] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.188787] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.188788] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  376.188790] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.190811] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.190812] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.190812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.190813] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  376.190814] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  376.190820] i40e 01:00.0 ntc 42 head 43.
[  376.190821] i40e 01:00.0 AQTX: desc and buffer:
[  376.190823] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.190823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.190825] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.190826] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  376.190878] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.190879] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.190879] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.190880] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.190880] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.190882] i40e 01:00.0 ntc 43 head 44.
[  376.190883] i40e 01:00.0 AQTX: desc and buffer:
[  376.190884] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  376.190885] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.190886] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.190886] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  376.190887] i40e 01:00.0 AQ CMD Buffer:
[  376.190888] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190890] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  376.190891] i40e 01:00.0: 	0x00000020: b0 3d 00 00 00 00 00 00 af 3d 
00 00 00 00 00 00
[  376.190892] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  376.190892] i40e 01:00.0: 	0x00000040: b0 3d 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  376.190893] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  376.190894] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  376.190894] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  376.190895] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  376.190896] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190896] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  376.190897] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  376.190898] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  376.190898] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  376.190899] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190900] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190900] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  376.190901] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  376.190902] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  376.190903] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  376.190903] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  376.190904] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  376.190905] i40e 01:00.0: 	0x00000160: 60 05 dc 8c f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.190905] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  376.190906] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  376.190907] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  376.190907] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190908] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  376.190909] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.190909] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  376.190910] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  376.190911] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  376.190911] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.190912] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.194399] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.194400] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  376.194400] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.194401] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.194402] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  376.194402] i40e 01:00.0 AQ CMD Buffer:
[  376.194403] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  376.194404] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.194404] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194405] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194406] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194407] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194407] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194408] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194408] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194409] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194410] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194411] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194411] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194412] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194413] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194414] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194415] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194416] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194417] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194417] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194418] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194418] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194419] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194420] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194420] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194421] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194422] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194423] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194423] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194424] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194425] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194425] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194426] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.194427] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.194429] i40e 01:00.0 ntc 44 head 45.
[  376.194430] i40e 01:00.0 AQTX: desc and buffer:
[  376.194431] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.194431] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.194432] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  376.194432] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.196456] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.196457] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.196458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.196459] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  376.196459] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  376.196461] i40e 01:00.0 ntc 45 head 46.
[  376.196462] i40e 01:00.0 AQTX: desc and buffer:
[  376.196463] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  376.196464] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.196465] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.196465] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  376.196466] i40e 01:00.0 AQ CMD Buffer:
[  376.196467] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  376.196467] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  376.196468] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  376.196469] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  376.196469] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  376.196470] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  376.196472] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  376.196473] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  376.196473] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  376.196474] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  376.196475] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  376.196475] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  376.196476] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  376.196477] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  376.196478] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  376.196478] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  376.196479] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  376.196480] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  376.196480] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  376.196481] i40e 01:00.0: 	0x00000130: 80 05 dc 8c f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.196482] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  376.196482] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  376.196483] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  376.196484] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  376.196484] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  376.196485] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.196486] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  376.196486] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.196487] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  376.196488] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  376.196488] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 10 e8 42
[  376.196489] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  376.196490] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  376.196490] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  376.199976] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.199978] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  376.199978] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.199979] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.199979] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  376.199980] i40e 01:00.0 AQ CMD Buffer:
[  376.199981] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  376.199982] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.199982] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199983] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199984] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199984] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199985] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199986] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199987] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199987] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199988] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199989] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199989] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199990] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199991] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199991] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199992] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199993] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199995] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199996] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199996] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199997] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199998] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199998] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199999] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.199999] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200000] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200001] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200001] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200002] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200002] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200003] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200004] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200004] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.200007] i40e 01:00.0 ntc 46 head 47.
[  376.200008] i40e 01:00.0 AQTX: desc and buffer:
[  376.200009] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  376.200009] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200010] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200010] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  376.200011] i40e 01:00.0 AQ CMD Buffer:
[  376.200012] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200012] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200013] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200014] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200015] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200016] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200018] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200019] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200121] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200122] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  376.200123] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200124] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  376.200124] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  376.200125] i40e 01:00.0 AQ CMD Buffer:
[  376.200126] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  376.200126] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.200128] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200129] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200130] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200131] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200132] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.200132] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200135] i40e 01:00.0 ntc 47 head 48.
[  376.200136] i40e 01:00.0 AQTX: desc and buffer:
[  376.200137] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  376.200138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200138] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200139] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  376.200139] i40e 01:00.0 AQ CMD Buffer:
[  376.200140] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200141] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200142] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200142] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200245] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200246] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  376.200246] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200247] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200248] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  376.200248] i40e 01:00.0 AQ CMD Buffer:
[  376.200249] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200250] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.200250] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200251] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200253] i40e 01:00.0 ntc 48 head 49.
[  376.200254] i40e 01:00.0 AQTX: desc and buffer:
[  376.200255] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  376.200256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200256] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200257] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  376.200258] i40e 01:00.0 AQ CMD Buffer:
[  376.200259] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200261] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200363] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200364] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  376.200365] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200365] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200366] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  376.200367] i40e 01:00.0 AQ CMD Buffer:
[  376.200367] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.200368] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200371] i40e 01:00.0 ntc 49 head 50.
[  376.200372] i40e 01:00.0 AQTX: desc and buffer:
[  376.200373] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.200373] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200374] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  376.200375] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.200679] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200680] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.200681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200682] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  376.200683] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  376.200688] i40e 01:00.0 ntc 50 head 51.
[  376.200690] i40e 01:00.0 AQTX: desc and buffer:
[  376.200691] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.200691] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200693] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  376.200693] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.200745] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200746] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.200747] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200748] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  376.200748] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  376.200751] i40e 01:00.0 ntc 51 head 52.
[  376.200752] i40e 01:00.0 AQTX: desc and buffer:
[  376.200753] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  376.200754] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200754] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  376.200755] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  376.200755] i40e 01:00.0 AQ CMD Buffer:
[  376.200756] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  376.200758] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.200861] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200862] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  376.200863] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200864] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  376.200865] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  376.200865] i40e 01:00.0 AQ CMD Buffer:
[  376.200866] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.200866] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200869] i40e 01:00.0 ntc 52 head 53.
[  376.200870] i40e 01:00.0 AQTX: desc and buffer:
[  376.200871] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  376.200872] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200872] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  376.200873] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  376.200873] i40e 01:00.0 AQ CMD Buffer:
[  376.200874] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200875] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  376.200875] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  376.200876] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  376.200979] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.200980] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  376.200980] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200981] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  376.200982] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  376.200983] i40e 01:00.0 AQ CMD Buffer:
[  376.200984] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200984] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200985] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200986] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.200987] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  376.200989] i40e 01:00.0 ntc 53 head 54.
[  376.200990] i40e 01:00.0 AQTX: desc and buffer:
[  376.200991] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  376.200992] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.200992] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.200993] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  376.200993] i40e 01:00.0 AQ CMD Buffer:
[  376.200995] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  376.200996] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  376.200999] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  376.201000] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  376.201000] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  376.201001] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  376.201002] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 dc 3e 
00 00 00 00 00 00
[  376.201002] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  376.201105] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201107] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  376.201108] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201109] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  376.201109] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  376.201110] i40e 01:00.0 AQ CMD Buffer:
[  376.201111] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  376.201112] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.201113] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201113] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201114] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201115] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201115] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.201116] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201118] i40e 01:00.0 ntc 54 head 55.
[  376.201119] i40e 01:00.0 AQTX: desc and buffer:
[  376.201120] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  376.201120] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201121] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.201122] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  376.201122] i40e 01:00.0 AQ CMD Buffer:
[  376.201123] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  376.201123] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.201124] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201125] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201125] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201126] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201127] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.201128] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201180] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201181] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  376.201182] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201183] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  376.201184] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  376.201186] i40e 01:00.0 ntc 55 head 56.
[  376.201187] i40e 01:00.0 AQTX: desc and buffer:
[  376.201188] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  376.201189] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201190] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  376.201190] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  376.201191] i40e 01:00.0 AQ CMD Buffer:
[  376.201192] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201192] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  376.201193] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201194] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201194] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201196] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201197] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201199] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201402] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201403] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  376.201404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201405] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  376.201406] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  376.201407] i40e 01:00.0 AQ CMD Buffer:
[  376.201407] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  376.201408] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  376.201409] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201410] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201410] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201411] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  376.201412] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.201413] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201416] i40e 01:00.0 ntc 56 head 57.
[  376.201418] i40e 01:00.0 AQTX: desc and buffer:
[  376.201418] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  376.201420] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201421] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  376.201421] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  376.201422] i40e 01:00.0 AQ CMD Buffer:
[  376.201422] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201423] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201424] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201425] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201528] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201531] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  376.201536] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201538] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  376.201541] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  376.201543] i40e 01:00.0 AQ CMD Buffer:
[  376.201546] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201548] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.201551] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201553] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201559] i40e 01:00.0 ntc 57 head 58.
[  376.201562] i40e 01:00.0 AQTX: desc and buffer:
[  376.201564] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  376.201566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201568] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  376.201571] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  376.201573] i40e 01:00.0 AQ CMD Buffer:
[  376.201575] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201578] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201683] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201684] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  376.201685] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201686] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  376.201686] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  376.201687] i40e 01:00.0 AQ CMD Buffer:
[  376.201688] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  376.201689] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201696] i40e 01:00.0 ntc 58 head 59.
[  376.201697] i40e 01:00.0 AQTX: desc and buffer:
[  376.201698] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.201699] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201699] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  376.201700] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  376.201853] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.201854] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.201854] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201855] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  376.201856] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  376.201858] i40e 01:00.0 ntc 59 head 60.
[  376.201860] i40e 01:00.0 AQTX: desc and buffer:
[  376.201861] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  376.201861] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.201862] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  376.201863] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  376.201863] i40e 01:00.0 AQ CMD Buffer:
[  376.201864] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  376.201865] i40e 01:00.0: 	0x00000010: 5c 3f 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  376.201866] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  376.201867] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  376.201868] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  376.201869] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  376.201871] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201872] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  376.201873] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  376.201873] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  376.201874] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  376.201875] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201875] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201876] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  376.201877] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  376.201878] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  376.201879] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  376.201879] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  376.201880] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  376.201881] i40e 01:00.0: 	0x00000130: 60 07 dc 8c f3 8a ff ff 00 00 
00 00 00 00 00 00
[  376.201881] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  376.201883] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  376.201883] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  376.201884] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  376.201885] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  376.201886] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201886] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  376.201887] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  376.201887] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  376.201888] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  376.201889] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.201890] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  376.201892] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  376.201892] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  376.205379] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.205380] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  376.205380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.205381] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  376.205382] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  376.205382] i40e 01:00.0 AQ CMD Buffer:
[  376.205383] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  376.205384] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.205385] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205385] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205386] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205387] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205387] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205388] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205389] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205389] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205390] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205391] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205392] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205393] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205395] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205395] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205396] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205397] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205397] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205398] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205399] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205400] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205400] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205401] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205402] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205402] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205403] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205403] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205404] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205405] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205405] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205406] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205407] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.205408] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.205410] i40e 01:00.0 ntc 60 head 61.
[  376.205411] i40e 01:00.0 AQTX: desc and buffer:
[  376.205411] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.205412] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.205412] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  376.205413] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.207434] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.207435] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.207436] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.207437] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  376.207438] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  376.207440] i40e 01:00.0 ntc 61 head 62.
[  376.207442] i40e 01:00.0 AQTX: desc and buffer:
[  376.207443] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  376.207443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.207444] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.207444] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  376.207445] i40e 01:00.0 AQ CMD Buffer:
[  376.207446] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  376.207447] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.207447] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207448] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207449] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207449] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207450] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207451] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207451] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207452] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207453] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207453] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207454] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207455] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207456] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207456] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207457] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207458] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207458] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207459] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207460] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207461] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207462] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207463] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207464] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207465] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207466] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207467] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207467] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207468] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207469] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207469] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207470] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.207470] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.210956] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.210957] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  376.210957] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.210958] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  376.210958] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  376.210959] i40e 01:00.0 AQ CMD Buffer:
[  376.210960] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  376.210960] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  376.210961] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210962] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210962] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210963] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210964] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210964] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210965] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210966] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210966] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210967] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210968] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210969] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210969] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210970] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210971] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210971] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210972] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210973] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210973] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210974] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210975] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210975] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210976] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210977] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210977] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210978] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210979] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210979] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210980] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210981] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210981] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.210982] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  376.211111] i40e 01:00.0 ntc 62 head 63.
[  376.211112] i40e 01:00.0 AQTX: desc and buffer:
[  376.211112] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  376.211113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.211114] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  376.211115] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  376.211115] i40e 01:00.0 AQ CMD Buffer:
[  376.211116] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  376.211117] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  376.211117] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.211118] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.211119] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.211119] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.211120] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  376.211121] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  376.211173] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.211174] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  376.211174] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.211175] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  376.211176] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35B1F000
[  376.212513] irq 111: Affinity broken due to vector space exhaustion.
[  376.212525] irq 115: Affinity broken due to vector space exhaustion.
[  376.212640] i40e 01:00.0 ntc 63 head 64.
[  376.212642] i40e 01:00.0 AQTX: desc and buffer:
[  376.212643] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.212643] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.212644] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  376.212645] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.212747] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.212748] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.212749] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.212750] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  376.212750] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.212753] i40e 01:00.0 ntc 64 head 65.
[  376.212754] i40e 01:00.0 AQTX: desc and buffer:
[  376.212754] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  376.212755] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.212756] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  376.212756] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D617000
[  376.212757] i40e 01:00.0 AQ CMD Buffer:
[  376.212758] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  376.212810] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.212811] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  376.212812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.212812] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  376.212813] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D617000
[  376.930545] i40e 01:00.0 ntc 65 head 66.
[  376.930547] i40e 01:00.0 AQTX: desc and buffer:
[  376.930548] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.930548] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.930549] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  376.930550] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.930703] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.930704] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.930704] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.930705] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  376.930705] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.930708] i40e 01:00.0 ntc 66 head 67.
[  376.930709] i40e 01:00.0 AQTX: desc and buffer:
[  376.930710] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  376.930710] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.930711] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  376.930712] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  376.930712] i40e 01:00.0 AQ CMD Buffer:
[  376.930714] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  376.930715] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  376.931120] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.931121] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  376.931122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.931123] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  376.931123] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CC55000
[  376.931124] i40e 01:00.0 AQ CMD Buffer:
[  376.931125] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  376.931125] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  376.931128] i40e 01:00.0 ntc 67 head 68.
[  376.931129] i40e 01:00.0 AQTX: desc and buffer:
[  376.931130] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  376.931131] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.931131] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  376.931132] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  376.931234] i40e 01:00.0 AQTX: desc and buffer writeback:
[  376.931235] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  376.931236] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  376.931236] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  376.931237] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.446420] i40e 01:00.0 ntc 68 head 69.
[  406.446422] i40e 01:00.0 AQTX: desc and buffer:
[  406.446423] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.446424] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.446424] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.446425] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.446477] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.446478] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.446479] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.446479] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.446480] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.456886] i40e 01:00.0 AQTX: desc and buffer:
[  406.456887] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.456887] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.456888] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.456889] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.456941] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.456941] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.456942] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.456943] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  406.456944] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  406.456946] i40e 01:00.0 ntc 0 head 1.
[  406.456947] i40e 01:00.0 AQTX: desc and buffer:
[  406.456948] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.456948] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.456949] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.456949] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457002] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457002] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457003] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457004] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457004] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457014] i40e 01:00.0 ntc 1 head 2.
[  406.457015] i40e 01:00.0 AQTX: desc and buffer:
[  406.457016] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457016] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457017] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457017] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457069] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457070] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457071] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457072] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457072] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457074] i40e 01:00.0 ntc 2 head 3.
[  406.457075] i40e 01:00.0 AQTX: desc and buffer:
[  406.457076] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457076] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457077] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457078] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457130] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457131] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457131] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457132] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457133] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457142] i40e 01:00.0 ntc 3 head 4.
[  406.457143] i40e 01:00.0 AQTX: desc and buffer:
[  406.457144] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457144] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457145] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457146] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457198] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457198] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457199] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457200] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457200] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457202] i40e 01:00.0 ntc 4 head 5.
[  406.457203] i40e 01:00.0 AQTX: desc and buffer:
[  406.457204] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457205] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457205] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457206] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457258] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457259] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457259] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457260] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457261] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457270] i40e 01:00.0 ntc 5 head 6.
[  406.457271] i40e 01:00.0 AQTX: desc and buffer:
[  406.457272] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457273] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457273] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457274] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457326] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457327] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457328] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457328] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457329] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457331] i40e 01:00.0 ntc 6 head 7.
[  406.457332] i40e 01:00.0 AQTX: desc and buffer:
[  406.457333] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457333] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457334] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457335] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457387] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457388] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457388] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457389] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457389] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457399] i40e 01:00.0 ntc 7 head 8.
[  406.457400] i40e 01:00.0 AQTX: desc and buffer:
[  406.457401] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457402] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457402] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457455] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457455] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457457] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457457] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457459] i40e 01:00.0 ntc 8 head 9.
[  406.457460] i40e 01:00.0 AQTX: desc and buffer:
[  406.457461] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457461] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457462] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457463] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457515] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457516] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457516] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457517] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457517] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457527] i40e 01:00.0 ntc 9 head 10.
[  406.457528] i40e 01:00.0 AQTX: desc and buffer:
[  406.457529] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457529] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457530] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457530] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457583] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457585] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457587] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457590] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457592] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457595] i40e 01:00.0 ntc 10 head 11.
[  406.457597] i40e 01:00.0 AQTX: desc and buffer:
[  406.457598] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457598] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457600] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457602] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457655] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457656] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457657] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457657] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457667] i40e 01:00.0 ntc 11 head 12.
[  406.457668] i40e 01:00.0 AQTX: desc and buffer:
[  406.457669] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457670] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457671] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457674] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457726] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457727] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457727] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457728] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457729] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457731] i40e 01:00.0 ntc 12 head 13.
[  406.457732] i40e 01:00.0 AQTX: desc and buffer:
[  406.457733] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457734] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457734] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457736] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457788] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457788] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457789] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457790] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457790] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457792] i40e 01:00.0 ntc 13 head 14.
[  406.457793] i40e 01:00.0 AQTX: desc and buffer:
[  406.457794] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457795] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457795] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  406.457796] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457848] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457849] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457850] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457851] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  406.457851] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457861] i40e 01:00.0 ntc 14 head 15.
[  406.457862] i40e 01:00.0 AQTX: desc and buffer:
[  406.457863] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457865] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457865] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457867] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457919] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457921] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.457921] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457922] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  406.457922] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457925] i40e 01:00.0 ntc 15 head 16.
[  406.457926] i40e 01:00.0 AQTX: desc and buffer:
[  406.457927] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.457927] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457928] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  406.457929] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457981] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  406.457982] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.457982] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  406.457983] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457984] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  406.457984] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.457987] i40e 01:00.0 ntc 16 head 17.
[  406.457988] i40e 01:00.0 AQTX: desc and buffer:
[  406.457989] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  406.457990] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.457991] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.457991] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42EF4000
[  406.457992] i40e 01:00.0 AQ CMD Buffer:
[  406.457994] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.457995] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.457998] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.457999] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458001] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458002] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458002] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458003] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458004] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458005] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458006] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458006] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458007] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458008] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458008] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458009] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458011] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458011] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458012] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458012] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458013] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458014] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458014] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458015] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458016] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458017] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458018] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458018] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458019] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458020] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458021] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458022] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458023] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458024] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458025] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458025] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458026] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458027] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458027] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458028] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458029] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458029] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458030] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458031] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458031] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458032] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458033] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458033] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458034] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458035] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458036] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458037] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458037] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458038] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458039] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458039] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458040] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458041] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458042] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458043] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458045] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458046] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458047] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458047] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458048] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458049] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458050] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458051] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458051] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458052] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458053] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458053] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458054] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458055] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458056] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458057] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458057] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458058] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458059] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458059] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458264] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458264] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  406.458265] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458266] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  406.458267] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42EF4000
[  406.458267] i40e 01:00.0 AQ CMD Buffer:
[  406.458268] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458269] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458270] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  406.458270] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458271] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458273] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458273] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.458274] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458274] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  406.458275] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458276] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.458277] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458277] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  406.458278] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458279] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.458280] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458282] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458283] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458284] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458285] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458286] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  406.458287] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458287] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  406.458288] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458288] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458289] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458290] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458290] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458291] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  406.458293] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458293] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  406.458294] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458295] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  406.458295] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458296] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  406.458297] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458297] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  406.458299] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458299] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  406.458300] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458301] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  406.458301] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458302] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  406.458302] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458303] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.458306] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458307] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  406.458308] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458308] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  406.458309] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458310] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  406.458311] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458311] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  406.458312] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458313] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  406.458314] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458314] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  406.458315] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458316] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  406.458316] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458317] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  406.458318] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458319] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  406.458320] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458321] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  406.458321] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458322] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458323] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458323] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458324] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458326] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458327] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458328] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458329] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458330] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458331] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458332] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458332] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458333] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458334] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458335] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  406.458338] i40e 01:00.0 ntc 17 head 18.
[  406.458339] i40e 01:00.0 AQTX: desc and buffer:
[  406.458340] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458341] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  406.458342] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458394] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458395] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.458396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458397] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  406.458397] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458399] i40e 01:00.0 ntc 18 head 19.
[  406.458401] i40e 01:00.0 AQTX: desc and buffer:
[  406.458402] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458402] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458403] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  406.458403] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458456] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458457] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.458458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458459] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  406.458460] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458463] i40e 01:00.0 ntc 19 head 20.
[  406.458464] i40e 01:00.0 AQTX: desc and buffer:
[  406.458464] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458465] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458465] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  406.458466] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458519] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458521] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.458521] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458522] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  406.458522] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  406.458524] i40e 01:00.0 ntc 20 head 21.
[  406.458527] i40e 01:00.0 AQTX: desc and buffer:
[  406.458528] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458529] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458529] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  406.458530] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458582] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458583] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.458585] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458585] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  406.458586] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  406.458589] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  406.458606] i40e 01:00.0 ntc 21 head 22.
[  406.458608] i40e 01:00.0 AQTX: desc and buffer:
[  406.458608] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458609] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458610] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  406.458611] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458664] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  406.458668] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458671] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  406.458674] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458676] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  406.458678] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.458683] i40e 01:00.0 ntc 22 head 23.
[  406.458686] i40e 01:00.0 AQTX: desc and buffer:
[  406.458688] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  406.458691] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458695] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.458697] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B112000
[  406.458698] i40e 01:00.0 AQ CMD Buffer:
[  406.458701] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458704] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458706] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458709] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458711] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458715] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458721] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458723] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458726] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458728] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458731] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458733] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458736] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458737] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458737] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458738] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458739] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458740] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458740] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458741] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458744] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458745] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458745] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458746] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458746] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458747] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458748] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458748] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458749] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458750] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458751] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458752] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458956] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.458957] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  406.458957] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458958] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.458959] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B112000
[  406.458960] i40e 01:00.0 AQ CMD Buffer:
[  406.458961] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.458963] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  406.458966] i40e 01:00.0 ntc 23 head 24.
[  406.458967] i40e 01:00.0 AQTX: desc and buffer:
[  406.458968] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.458969] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.458969] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  406.458971] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  406.459023] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459024] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.459024] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459025] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  406.459026] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  406.459037] i40e 01:00.0 ntc 24 head 25.
[  406.459039] i40e 01:00.0 AQTX: desc and buffer:
[  406.459040] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.459041] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459041] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459042] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  406.459145] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459146] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.459146] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459147] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459147] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  406.459150] i40e 01:00.0 ntc 25 head 26.
[  406.459151] i40e 01:00.0 AQTX: desc and buffer:
[  406.459152] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  406.459153] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459153] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459154] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A865000
[  406.459154] i40e 01:00.0 AQ CMD Buffer:
[  406.459155] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  406.459156] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.459157] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459160] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  406.459160] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459161] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459162] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.459162] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459265] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459266] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  406.459267] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459267] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  406.459268] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A865000
[  406.459270] i40e 01:00.0 ntc 26 head 27.
[  406.459271] i40e 01:00.0 AQTX: desc and buffer:
[  406.459272] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  406.459273] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459274] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459274] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B505000
[  406.459275] i40e 01:00.0 AQ CMD Buffer:
[  406.459276] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459277] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459278] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459278] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459382] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459383] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  406.459383] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459384] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459384] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B505000
[  406.459385] i40e 01:00.0 AQ CMD Buffer:
[  406.459386] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459386] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.459388] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459388] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459391] i40e 01:00.0 ntc 27 head 28.
[  406.459392] i40e 01:00.0 AQTX: desc and buffer:
[  406.459395] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  406.459396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459397] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459397] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BA3000
[  406.459398] i40e 01:00.0 AQ CMD Buffer:
[  406.459399] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459399] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459502] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459503] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  406.459505] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459505] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459506] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44BA3000
[  406.459507] i40e 01:00.0 AQ CMD Buffer:
[  406.459507] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.459508] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459517] i40e 01:00.0 ntc 28 head 29.
[  406.459518] i40e 01:00.0 AQTX: desc and buffer:
[  406.459518] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  406.459519] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459520] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  406.459520] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49ECC000
[  406.459521] i40e 01:00.0 AQ CMD Buffer:
[  406.459522] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  406.459776] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459777] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  406.459778] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459779] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  406.459779] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49ECC000
[  406.459780] i40e 01:00.0 AQ CMD Buffer:
[  406.459781] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  406.459783] i40e 01:00.0 ntc 29 head 30.
[  406.459784] i40e 01:00.0 AQTX: desc and buffer:
[  406.459785] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  406.459786] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459786] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  406.459787] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E77C000
[  406.459788] i40e 01:00.0 AQ CMD Buffer:
[  406.459789] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  406.459943] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  406.459944] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.459945] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  406.459945] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459946] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  406.459947] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E77C000
[  406.459947] i40e 01:00.0 AQ CMD Buffer:
[  406.459949] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  406.459986] i40e 01:00.0 ntc 30 head 31.
[  406.459987] i40e 01:00.0 AQTX: desc and buffer:
[  406.459988] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  406.459989] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.459990] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.459990] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA70000
[  406.459991] i40e 01:00.0 AQ CMD Buffer:
[  406.459992] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  406.459993] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.459993] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459994] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  406.459994] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459995] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.459996] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.459996] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.460048] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460049] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  406.460051] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460051] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  406.460054] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DA70000
[  406.460058] i40e 01:00.0 ntc 31 head 32.
[  406.460059] i40e 01:00.0 AQTX: desc and buffer:
[  406.460060] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460060] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460061] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460062] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.460114] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460115] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460115] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460116] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460117] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  406.460119] i40e 01:00.0 ntc 32 head 33.
[  406.460120] i40e 01:00.0 AQTX: desc and buffer:
[  406.460121] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460121] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460122] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460123] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  406.460175] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460176] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460177] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460178] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460178] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  406.460181] i40e 01:00.0 ntc 33 head 34.
[  406.460182] i40e 01:00.0 AQTX: desc and buffer:
[  406.460184] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460184] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460185] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  406.460186] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.460238] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460239] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460240] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460240] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  406.460241] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  406.460243] i40e 01:00.0 ntc 34 head 35.
[  406.460244] i40e 01:00.0 AQTX: desc and buffer:
[  406.460245] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460247] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460248] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  406.460249] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.460301] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460302] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460303] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460303] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  406.460304] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  406.460306] i40e 01:00.0 ntc 35 head 36.
[  406.460307] i40e 01:00.0 AQTX: desc and buffer:
[  406.460308] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460308] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460309] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  406.460310] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  406.460362] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460362] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460363] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460364] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  406.460365] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  406.460367] i40e 01:00.0 ntc 36 head 37.
[  406.460368] i40e 01:00.0 AQTX: desc and buffer:
[  406.460369] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460371] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  406.460371] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  406.460424] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460424] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460425] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460426] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  406.460426] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  406.460428] i40e 01:00.0 ntc 37 head 38.
[  406.460429] i40e 01:00.0 AQTX: desc and buffer:
[  406.460430] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460431] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460431] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460432] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.460484] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460485] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460488] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460489] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460490] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  406.460492] i40e 01:00.0 ntc 38 head 39.
[  406.460493] i40e 01:00.0 AQTX: desc and buffer:
[  406.460494] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460495] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460495] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460496] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  406.460548] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.460551] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.460553] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460556] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  406.460560] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  406.460578] i40e 01:00.0 ntc 39 head 40.
[  406.460580] i40e 01:00.0 AQTX: desc and buffer:
[  406.460582] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.460587] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.460590] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  406.460591] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.462614] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.462615] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.462615] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.462616] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  406.462617] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  406.462619] i40e 01:00.0 ntc 40 head 41.
[  406.462620] i40e 01:00.0 AQTX: desc and buffer:
[  406.462621] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  406.462621] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.462622] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.462623] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22CFF000
[  406.462623] i40e 01:00.0 AQ CMD Buffer:
[  406.462624] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  406.462625] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  406.462625] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  406.462626] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.462626] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  406.462627] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  406.462628] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  406.462628] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  406.462629] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.462629] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  406.462630] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  406.462631] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  406.462632] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  406.462633] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  406.462634] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  406.462635] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  406.462635] i40e 01:00.0: 	0x00000100: e0 84 a6 86 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.462636] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  406.462637] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  406.462637] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  406.462638] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  406.462638] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  406.462639] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  406.462640] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  406.462640] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  406.462641] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  406.462642] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  406.462643] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 f8 
cc 8b f3 8a ff ff
[  406.462643] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  406.462644] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  406.462645] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  406.462645] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 f8 
cc 8b f3 8a ff ff
[  406.462646] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  406.462647] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  406.466132] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.466133] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  406.466134] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.466134] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.466135] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22CFF000
[  406.466136] i40e 01:00.0 AQ CMD Buffer:
[  406.466136] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  406.466137] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.466138] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466139] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466139] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466140] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466141] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466142] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466142] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466143] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466144] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466144] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466145] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466146] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466147] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466147] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466148] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466149] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466150] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466151] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466153] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466154] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466154] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466155] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466156] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466156] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466157] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466158] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466158] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466159] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466160] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466160] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466161] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.466162] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.466164] i40e 0000:01:00.0: PHC enabled
[  406.466167] i40e 01:00.0 ntc 41 head 42.
[  406.466168] i40e 01:00.0 AQTX: desc and buffer:
[  406.466169] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.466169] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.466170] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  406.466171] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.468194] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.468195] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.468196] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.468197] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  406.468198] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  406.468204] i40e 01:00.0 ntc 42 head 43.
[  406.468205] i40e 01:00.0 AQTX: desc and buffer:
[  406.468206] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.468207] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.468207] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.468208] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  406.468260] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.468262] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.468263] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.468263] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.468264] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.468266] i40e 01:00.0 ntc 43 head 44.
[  406.468267] i40e 01:00.0 AQTX: desc and buffer:
[  406.468268] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  406.468269] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.468269] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.468270] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  406.468270] i40e 01:00.0 AQ CMD Buffer:
[  406.468271] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468272] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  406.468273] i40e 01:00.0: 	0x00000020: 88 43 00 00 00 00 00 00 87 43 
00 00 00 00 00 00
[  406.468274] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  406.468274] i40e 01:00.0: 	0x00000040: 88 43 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  406.468275] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  406.468276] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  406.468276] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  406.468277] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  406.468278] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468278] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  406.468279] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  406.468280] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  406.468282] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  406.468283] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468284] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468285] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  406.468286] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  406.468287] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  406.468287] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  406.468288] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  406.468289] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  406.468289] i40e 01:00.0: 	0x00000160: 60 85 a6 86 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.468290] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  406.468291] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  406.468291] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  406.468292] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468293] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  406.468293] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.468294] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  406.468295] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  406.468295] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  406.468296] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.468297] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.471782] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.471783] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  406.471784] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.471785] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.471785] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  406.471786] i40e 01:00.0 AQ CMD Buffer:
[  406.471787] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  406.471787] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.471788] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471789] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471789] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471790] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471792] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471793] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471794] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471795] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471796] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471796] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471797] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471798] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471799] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471799] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471800] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471801] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471801] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471802] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471803] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471803] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471804] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471805] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471805] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471806] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471807] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471807] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471808] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471809] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471809] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471810] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471811] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.471812] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.471814] i40e 01:00.0 ntc 44 head 45.
[  406.471816] i40e 01:00.0 AQTX: desc and buffer:
[  406.471817] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.471817] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.471818] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  406.471818] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.473840] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.473841] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.473842] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.473843] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  406.473843] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  406.473845] i40e 01:00.0 ntc 45 head 46.
[  406.473847] i40e 01:00.0 AQTX: desc and buffer:
[  406.473847] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  406.473848] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.473849] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.473849] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  406.473850] i40e 01:00.0 AQ CMD Buffer:
[  406.473851] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  406.473853] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  406.473853] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  406.473855] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  406.473855] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  406.473856] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  406.473857] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  406.473857] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  406.473858] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  406.473859] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  406.473859] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  406.473860] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  406.473861] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  406.473861] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  406.473862] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  406.473863] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  406.473863] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  406.473864] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  406.473865] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  406.473866] i40e 01:00.0: 	0x00000130: 80 85 a6 86 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.473866] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  406.473867] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  406.473868] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  406.473868] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  406.473869] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  406.473870] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.473870] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  406.473871] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.473872] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  406.473873] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  406.473873] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 40 3e 4a
[  406.473874] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  406.473875] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  406.473877] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  406.477367] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.477368] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  406.477370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477371] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.477371] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  406.477372] i40e 01:00.0 AQ CMD Buffer:
[  406.477373] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  406.477373] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.477374] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477375] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477375] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477376] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477377] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477378] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477378] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477379] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477380] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477380] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477381] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477382] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477383] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477383] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477384] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477385] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477385] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477386] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477387] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477387] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477388] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477389] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477390] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477390] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477392] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477392] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477393] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477394] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477394] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477395] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477395] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477396] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.477399] i40e 01:00.0 ntc 46 head 47.
[  406.477400] i40e 01:00.0 AQTX: desc and buffer:
[  406.477400] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  406.477401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477402] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.477402] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  406.477403] i40e 01:00.0 AQ CMD Buffer:
[  406.477404] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477404] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477405] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477406] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477406] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477407] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477408] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477408] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477511] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.477512] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  406.477512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477513] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  406.477514] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  406.477514] i40e 01:00.0 AQ CMD Buffer:
[  406.477515] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  406.477516] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.477517] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477518] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477519] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477520] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477521] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.477522] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477525] i40e 01:00.0 ntc 47 head 48.
[  406.477526] i40e 01:00.0 AQTX: desc and buffer:
[  406.477527] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  406.477527] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477528] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.477528] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  406.477529] i40e 01:00.0 AQ CMD Buffer:
[  406.477530] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477531] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477531] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477532] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477635] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.477636] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  406.477638] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477638] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.477640] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  406.477640] i40e 01:00.0 AQ CMD Buffer:
[  406.477641] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477641] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.477642] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477643] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477645] i40e 01:00.0 ntc 48 head 49.
[  406.477646] i40e 01:00.0 AQTX: desc and buffer:
[  406.477647] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  406.477648] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477648] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.477649] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  406.477650] i40e 01:00.0 AQ CMD Buffer:
[  406.477651] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477653] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477757] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.477759] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  406.477759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477760] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.477760] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  406.477761] i40e 01:00.0 AQ CMD Buffer:
[  406.477762] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.477763] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.477766] i40e 01:00.0 ntc 49 head 50.
[  406.477768] i40e 01:00.0 AQTX: desc and buffer:
[  406.477769] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.477772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.477772] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  406.477773] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.478077] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478078] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.478079] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478080] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  406.478080] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  406.478082] i40e 01:00.0 ntc 50 head 51.
[  406.478083] i40e 01:00.0 AQTX: desc and buffer:
[  406.478084] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.478085] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478085] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  406.478086] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.478138] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478139] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.478140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478143] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  406.478143] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  406.478145] i40e 01:00.0 ntc 51 head 52.
[  406.478146] i40e 01:00.0 AQTX: desc and buffer:
[  406.478147] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  406.478148] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478149] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  406.478149] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  406.478150] i40e 01:00.0 AQ CMD Buffer:
[  406.478151] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  406.478151] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.478255] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478256] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  406.478257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478257] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  406.478258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  406.478259] i40e 01:00.0 AQ CMD Buffer:
[  406.478259] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.478260] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478262] i40e 01:00.0 ntc 52 head 53.
[  406.478263] i40e 01:00.0 AQTX: desc and buffer:
[  406.478264] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  406.478265] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478265] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  406.478266] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  406.478266] i40e 01:00.0 AQ CMD Buffer:
[  406.478267] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478268] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  406.478268] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  406.478270] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  406.478372] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478373] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  406.478374] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478374] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  406.478375] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  406.478376] i40e 01:00.0 AQ CMD Buffer:
[  406.478376] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478378] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478378] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478379] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478380] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  406.478384] i40e 01:00.0 ntc 53 head 54.
[  406.478385] i40e 01:00.0 AQTX: desc and buffer:
[  406.478386] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  406.478387] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478388] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.478389] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  406.478389] i40e 01:00.0 AQ CMD Buffer:
[  406.478390] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  406.478391] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  406.478391] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  406.478392] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  406.478392] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  406.478393] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  406.478394] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 b4 44 
00 00 00 00 00 00
[  406.478394] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  406.478497] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478498] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  406.478499] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478500] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  406.478501] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  406.478501] i40e 01:00.0 AQ CMD Buffer:
[  406.478502] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  406.478502] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.478503] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478504] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478505] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478506] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478506] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.478507] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478509] i40e 01:00.0 ntc 54 head 55.
[  406.478510] i40e 01:00.0 AQTX: desc and buffer:
[  406.478511] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  406.478512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478512] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.478513] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  406.478514] i40e 01:00.0 AQ CMD Buffer:
[  406.478514] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  406.478515] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.478516] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478516] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478518] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478520] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478520] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.478521] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478573] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478576] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  406.478578] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478580] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  406.478583] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  406.478587] i40e 01:00.0 ntc 55 head 56.
[  406.478591] i40e 01:00.0 AQTX: desc and buffer:
[  406.478595] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  406.478596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478597] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  406.478597] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  406.478598] i40e 01:00.0 AQ CMD Buffer:
[  406.478599] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478599] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  406.478600] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478601] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478602] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478603] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478603] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478604] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478808] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478809] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  406.478809] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478810] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  406.478811] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  406.478812] i40e 01:00.0 AQ CMD Buffer:
[  406.478813] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  406.478814] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  406.478814] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478815] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478816] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478816] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  406.478817] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.478818] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478822] i40e 01:00.0 ntc 56 head 57.
[  406.478824] i40e 01:00.0 AQTX: desc and buffer:
[  406.478825] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  406.478825] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478826] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  406.478827] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  406.478827] i40e 01:00.0 AQ CMD Buffer:
[  406.478828] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478829] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478830] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478830] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478933] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.478935] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  406.478935] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478936] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  406.478937] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  406.478937] i40e 01:00.0 AQ CMD Buffer:
[  406.478938] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478939] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.478940] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478941] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478943] i40e 01:00.0 ntc 57 head 58.
[  406.478944] i40e 01:00.0 AQTX: desc and buffer:
[  406.478945] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  406.478946] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.478947] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  406.478948] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  406.478948] i40e 01:00.0 AQ CMD Buffer:
[  406.478949] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.478950] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479053] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.479054] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  406.479054] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.479055] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  406.479056] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  406.479057] i40e 01:00.0 AQ CMD Buffer:
[  406.479058] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  406.479059] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479064] i40e 01:00.0 ntc 58 head 59.
[  406.479065] i40e 01:00.0 AQTX: desc and buffer:
[  406.479066] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.479066] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.479067] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  406.479068] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  406.479222] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.479222] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.479224] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.479225] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  406.479225] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  406.479228] i40e 01:00.0 ntc 59 head 60.
[  406.479229] i40e 01:00.0 AQTX: desc and buffer:
[  406.479230] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  406.479230] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.479231] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  406.479232] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  406.479232] i40e 01:00.0 AQ CMD Buffer:
[  406.479233] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  406.479234] i40e 01:00.0: 	0x00000010: 34 45 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  406.479235] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  406.479237] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  406.479238] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  406.479240] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  406.479241] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479242] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  406.479243] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  406.479243] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  406.479244] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  406.479245] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479245] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479246] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  406.479247] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  406.479247] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  406.479249] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  406.479249] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  406.479250] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  406.479251] i40e 01:00.0: 	0x00000130: 60 87 a6 86 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  406.479251] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  406.479252] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  406.479253] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  406.479253] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  406.479254] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  406.479255] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479256] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  406.479257] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  406.479257] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  406.479258] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  406.479259] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.479260] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  406.479261] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  406.479263] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  406.482749] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.482750] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  406.482751] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.482751] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  406.482752] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  406.482752] i40e 01:00.0 AQ CMD Buffer:
[  406.482753] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  406.482754] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.482755] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482755] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482756] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482757] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482758] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482758] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482759] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482759] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482760] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482761] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482762] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482763] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482764] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482764] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482765] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482766] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482766] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482767] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482768] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482768] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482769] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482770] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482771] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482771] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482772] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482772] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482773] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482774] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482774] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482775] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482776] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.482776] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.482778] i40e 01:00.0 ntc 60 head 61.
[  406.482779] i40e 01:00.0 AQTX: desc and buffer:
[  406.482780] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.482781] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.482781] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  406.482782] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.484804] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.484805] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.484806] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.484806] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  406.484807] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  406.484809] i40e 01:00.0 ntc 61 head 62.
[  406.484810] i40e 01:00.0 AQTX: desc and buffer:
[  406.484811] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  406.484812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.484813] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.484814] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  406.484816] i40e 01:00.0 AQ CMD Buffer:
[  406.484817] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  406.484817] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.484818] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484819] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484819] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484820] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484821] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484821] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484822] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484823] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484823] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484824] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484825] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484825] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484826] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484827] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484827] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484828] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484829] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484829] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484830] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484831] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484832] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484832] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484833] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484834] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484834] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484836] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484836] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484838] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484839] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484839] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484840] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.484841] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.488326] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.488327] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  406.488327] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.488328] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  406.488329] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  406.488329] i40e 01:00.0 AQ CMD Buffer:
[  406.488330] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  406.488331] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  406.488331] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488332] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488333] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488333] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488334] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488335] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488335] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488336] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488337] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488337] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488338] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488339] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488339] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488340] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488341] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488342] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488342] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488343] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488344] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488344] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488345] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488346] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488346] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488347] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488348] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488348] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488349] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488350] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488350] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488351] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488352] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488352] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  406.488631] i40e 01:00.0 ntc 62 head 63.
[  406.488632] i40e 01:00.0 AQTX: desc and buffer:
[  406.488633] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  406.488634] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.488634] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  406.488635] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  406.488636] i40e 01:00.0 AQ CMD Buffer:
[  406.488637] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  406.488638] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  406.488638] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488639] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488640] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488641] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488642] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  406.488645] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  406.488697] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.488698] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  406.488699] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.488699] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  406.488700] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  406.490072] irq 111: Affinity broken due to vector space exhaustion.
[  406.490084] irq 115: Affinity broken due to vector space exhaustion.
[  406.490233] i40e 01:00.0 ntc 63 head 64.
[  406.490234] i40e 01:00.0 AQTX: desc and buffer:
[  406.490234] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.490235] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.490236] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  406.490237] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.490339] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.490340] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.490341] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.490341] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  406.490342] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.490344] i40e 01:00.0 ntc 64 head 65.
[  406.490345] i40e 01:00.0 AQTX: desc and buffer:
[  406.490346] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  406.490347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.490348] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  406.490348] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  406.490349] i40e 01:00.0 AQ CMD Buffer:
[  406.490350] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  406.490402] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.490403] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  406.490403] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.490404] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  406.490404] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  406.946549] i40e 01:00.0 ntc 65 head 66.
[  406.946550] i40e 01:00.0 AQTX: desc and buffer:
[  406.946551] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.946552] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.946553] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  406.946553] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.946706] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.946707] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.946708] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.946708] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  406.946709] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.946711] i40e 01:00.0 ntc 66 head 67.
[  406.946712] i40e 01:00.0 AQTX: desc and buffer:
[  406.946713] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  406.946714] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.946715] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  406.946715] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  406.946716] i40e 01:00.0 AQ CMD Buffer:
[  406.946717] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  406.946718] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  406.947124] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.947125] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  406.947125] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.947126] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  406.947127] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  406.947127] i40e 01:00.0 AQ CMD Buffer:
[  406.947128] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  406.947129] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  406.947132] i40e 01:00.0 ntc 67 head 68.
[  406.947133] i40e 01:00.0 AQTX: desc and buffer:
[  406.947134] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  406.947134] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.947135] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  406.947136] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  406.947238] i40e 01:00.0 AQTX: desc and buffer writeback:
[  406.947239] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  406.947240] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  406.947240] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  406.947241] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.812935] i40e 01:00.0 ntc 68 head 69.
[  436.812937] i40e 01:00.0 AQTX: desc and buffer:
[  436.812938] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.812939] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.812939] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.812940] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.812992] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.812993] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.812994] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.812994] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.812995] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823278] i40e 01:00.0 AQTX: desc and buffer:
[  436.823279] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823280] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823280] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.823281] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823333] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823333] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823334] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823335] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  436.823336] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  436.823338] i40e 01:00.0 ntc 0 head 1.
[  436.823339] i40e 01:00.0 AQTX: desc and buffer:
[  436.823340] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823341] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.823341] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823394] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823395] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823395] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823396] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.823396] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823406] i40e 01:00.0 ntc 1 head 2.
[  436.823407] i40e 01:00.0 AQTX: desc and buffer:
[  436.823408] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823408] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823409] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823410] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823462] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823462] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823463] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823464] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823464] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823466] i40e 01:00.0 ntc 2 head 3.
[  436.823467] i40e 01:00.0 AQTX: desc and buffer:
[  436.823468] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823468] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823469] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.823470] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823522] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823522] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823523] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823524] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.823524] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823534] i40e 01:00.0 ntc 3 head 4.
[  436.823535] i40e 01:00.0 AQTX: desc and buffer:
[  436.823536] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823544] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823548] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823552] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823607] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823608] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823609] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823609] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823610] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823612] i40e 01:00.0 ntc 4 head 5.
[  436.823613] i40e 01:00.0 AQTX: desc and buffer:
[  436.823613] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823614] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823615] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.823615] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823667] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823668] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823670] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823671] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.823671] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823681] i40e 01:00.0 ntc 5 head 6.
[  436.823683] i40e 01:00.0 AQTX: desc and buffer:
[  436.823684] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823685] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823685] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823686] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823738] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823739] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823739] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823740] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823741] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823743] i40e 01:00.0 ntc 6 head 7.
[  436.823744] i40e 01:00.0 AQTX: desc and buffer:
[  436.823745] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823745] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823746] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.823747] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823799] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823800] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823802] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823803] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.823804] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823814] i40e 01:00.0 ntc 7 head 8.
[  436.823815] i40e 01:00.0 AQTX: desc and buffer:
[  436.823816] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823816] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823817] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823817] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823869] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823870] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823871] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823871] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823872] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823874] i40e 01:00.0 ntc 8 head 9.
[  436.823875] i40e 01:00.0 AQTX: desc and buffer:
[  436.823875] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823876] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823877] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.823877] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823929] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.823931] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.823932] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823933] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.823933] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.823943] i40e 01:00.0 ntc 9 head 10.
[  436.823945] i40e 01:00.0 AQTX: desc and buffer:
[  436.823946] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.823946] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.823947] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.823948] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824000] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824001] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824002] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824002] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824003] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824005] i40e 01:00.0 ntc 10 head 11.
[  436.824006] i40e 01:00.0 AQTX: desc and buffer:
[  436.824007] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824007] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824008] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.824008] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824061] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824062] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824063] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824064] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.824065] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824075] i40e 01:00.0 ntc 11 head 12.
[  436.824076] i40e 01:00.0 AQTX: desc and buffer:
[  436.824077] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824077] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824078] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824079] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824131] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824132] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824132] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824134] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824134] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824136] i40e 01:00.0 ntc 12 head 13.
[  436.824137] i40e 01:00.0 AQTX: desc and buffer:
[  436.824138] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824139] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824140] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824141] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824193] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824194] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824195] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824195] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824196] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824198] i40e 01:00.0 ntc 13 head 14.
[  436.824200] i40e 01:00.0 AQTX: desc and buffer:
[  436.824200] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824201] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824202] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  436.824202] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824254] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824255] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824258] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824259] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  436.824260] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824269] i40e 01:00.0 ntc 14 head 15.
[  436.824270] i40e 01:00.0 AQTX: desc and buffer:
[  436.824271] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824272] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824272] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824273] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824325] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824326] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824327] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824327] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  436.824328] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824330] i40e 01:00.0 ntc 15 head 16.
[  436.824331] i40e 01:00.0 AQTX: desc and buffer:
[  436.824332] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824333] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824334] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  436.824334] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824387] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  436.824388] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824389] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  436.824390] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824390] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  436.824391] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824394] i40e 01:00.0 ntc 16 head 17.
[  436.824395] i40e 01:00.0 AQTX: desc and buffer:
[  436.824396] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  436.824397] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824397] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.824398] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE9B000
[  436.824399] i40e 01:00.0 AQ CMD Buffer:
[  436.824400] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824401] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824403] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824403] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824404] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824405] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824405] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824406] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824407] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824408] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824410] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824410] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824411] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824412] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824412] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824413] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824414] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824415] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824416] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824416] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824417] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824418] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824418] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824420] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824420] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824421] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824422] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824422] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824423] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824424] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824424] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824425] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824426] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824426] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824429] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824430] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824432] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824432] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824433] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824434] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824435] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824435] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824436] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824437] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824437] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824438] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824439] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824440] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824441] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824442] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824443] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824443] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824444] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824445] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824446] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824446] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824447] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824448] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824448] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824449] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824450] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824452] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824453] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824455] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824456] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824457] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824457] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824458] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824459] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824460] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824461] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824461] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824462] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824463] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824463] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824464] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824465] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824466] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824467] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824467] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824671] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824673] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  436.824674] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824674] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  436.824675] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE9B000
[  436.824675] i40e 01:00.0 AQ CMD Buffer:
[  436.824676] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824677] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824678] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  436.824680] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824681] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824683] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824684] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.824685] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824685] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  436.824686] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824687] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.824687] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824688] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  436.824689] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824689] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.824691] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824692] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824692] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824693] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824693] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824694] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  436.824695] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824697] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  436.824700] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824702] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824706] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824709] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824712] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824715] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  436.824717] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824720] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  436.824722] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824725] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  436.824727] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824732] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  436.824735] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824738] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  436.824740] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824742] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  436.824745] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824747] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  436.824750] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824754] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  436.824758] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824760] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.824763] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824765] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  436.824768] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824771] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  436.824773] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824775] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  436.824781] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824783] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  436.824785] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824787] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  436.824787] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824788] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  436.824789] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824789] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  436.824790] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824791] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  436.824791] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824792] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  436.824793] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824794] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  436.824795] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824796] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824796] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824797] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824798] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824798] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824799] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824800] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824803] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824804] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824805] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824805] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824806] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824807] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824807] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.824809] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  436.824812] i40e 01:00.0 ntc 17 head 18.
[  436.824812] i40e 01:00.0 AQTX: desc and buffer:
[  436.824813] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824814] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824815] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  436.824815] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824867] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824868] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824870] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824871] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  436.824871] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824873] i40e 01:00.0 ntc 18 head 19.
[  436.824875] i40e 01:00.0 AQTX: desc and buffer:
[  436.824877] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824879] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824880] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  436.824883] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824937] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824938] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.824939] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824939] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  436.824941] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824943] i40e 01:00.0 ntc 19 head 20.
[  436.824944] i40e 01:00.0 AQTX: desc and buffer:
[  436.824944] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.824945] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.824945] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  436.824946] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.824998] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.824999] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.825000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825001] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  436.825003] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  436.825007] i40e 01:00.0 ntc 20 head 21.
[  436.825009] i40e 01:00.0 AQTX: desc and buffer:
[  436.825011] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.825014] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825016] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  436.825017] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.825071] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825072] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.825072] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825073] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  436.825074] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  436.825076] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  436.825089] i40e 01:00.0 ntc 21 head 22.
[  436.825092] i40e 01:00.0 AQTX: desc and buffer:
[  436.825095] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.825096] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825096] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  436.825097] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.825149] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  436.825150] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825151] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  436.825154] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825155] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  436.825155] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.825158] i40e 01:00.0 ntc 22 head 23.
[  436.825159] i40e 01:00.0 AQTX: desc and buffer:
[  436.825160] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  436.825161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825161] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.825162] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E6000
[  436.825162] i40e 01:00.0 AQ CMD Buffer:
[  436.825163] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825164] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825165] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825165] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825166] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825168] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825168] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825169] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825170] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825170] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825171] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825172] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825172] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825173] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825174] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825176] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825178] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825179] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825179] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825180] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825181] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825181] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825182] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825183] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825184] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825184] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825185] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825186] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825186] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825187] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825188] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825188] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825392] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825393] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  436.825396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825397] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.825398] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5E6000
[  436.825398] i40e 01:00.0 AQ CMD Buffer:
[  436.825399] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825400] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  436.825403] i40e 01:00.0 ntc 23 head 24.
[  436.825404] i40e 01:00.0 AQTX: desc and buffer:
[  436.825405] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.825405] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825406] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  436.825407] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  436.825459] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825461] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.825462] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825463] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  436.825464] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  436.825473] i40e 01:00.0 ntc 24 head 25.
[  436.825474] i40e 01:00.0 AQTX: desc and buffer:
[  436.825474] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.825475] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825476] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825477] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  436.825579] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825580] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.825581] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825581] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825582] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  436.825584] i40e 01:00.0 ntc 25 head 26.
[  436.825586] i40e 01:00.0 AQTX: desc and buffer:
[  436.825587] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  436.825587] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825588] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825589] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22CC9000
[  436.825589] i40e 01:00.0 AQ CMD Buffer:
[  436.825590] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  436.825591] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.825592] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825593] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  436.825593] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825594] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825595] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.825596] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825699] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825700] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  436.825702] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825702] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  436.825703] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22CC9000
[  436.825705] i40e 01:00.0 ntc 26 head 27.
[  436.825708] i40e 01:00.0 AQTX: desc and buffer:
[  436.825709] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  436.825710] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825711] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825711] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEA8000
[  436.825712] i40e 01:00.0 AQ CMD Buffer:
[  436.825713] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825713] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825714] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825715] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825817] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825818] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  436.825819] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825820] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825820] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BEA8000
[  436.825821] i40e 01:00.0 AQ CMD Buffer:
[  436.825821] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825822] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.825823] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825824] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825826] i40e 01:00.0 ntc 27 head 28.
[  436.825827] i40e 01:00.0 AQTX: desc and buffer:
[  436.825828] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  436.825829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825829] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825830] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  436.825830] i40e 01:00.0 AQ CMD Buffer:
[  436.825832] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825832] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825935] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.825936] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  436.825937] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825937] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.825938] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  436.825938] i40e 01:00.0 AQ CMD Buffer:
[  436.825940] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.825941] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.825947] i40e 01:00.0 ntc 28 head 29.
[  436.825948] i40e 01:00.0 AQTX: desc and buffer:
[  436.825949] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  436.825950] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.825950] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  436.825951] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DC9000
[  436.825951] i40e 01:00.0 AQ CMD Buffer:
[  436.825952] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  436.826207] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826208] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  436.826208] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826209] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  436.826210] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DC9000
[  436.826210] i40e 01:00.0 AQ CMD Buffer:
[  436.826211] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  436.826213] i40e 01:00.0 ntc 29 head 30.
[  436.826214] i40e 01:00.0 AQTX: desc and buffer:
[  436.826215] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  436.826216] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826216] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  436.826217] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A405000
[  436.826217] i40e 01:00.0 AQ CMD Buffer:
[  436.826219] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  436.826372] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  436.826372] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826373] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  436.826375] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826378] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  436.826378] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A405000
[  436.826379] i40e 01:00.0 AQ CMD Buffer:
[  436.826380] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  436.826404] i40e 01:00.0 ntc 30 head 31.
[  436.826405] i40e 01:00.0 AQTX: desc and buffer:
[  436.826406] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  436.826407] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826407] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.826408] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  436.826408] i40e 01:00.0 AQ CMD Buffer:
[  436.826409] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  436.826410] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.826411] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.826411] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  436.826412] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.826413] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.826414] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.826414] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.826467] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826467] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  436.826468] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826469] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  436.826470] i40e 01:00.0 	addr (h,l)   0x0000000C 0x242C1000
[  436.826473] i40e 01:00.0 ntc 31 head 32.
[  436.826474] i40e 01:00.0 AQTX: desc and buffer:
[  436.826475] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826475] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826476] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826477] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.826529] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826530] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826531] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826532] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826532] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  436.826534] i40e 01:00.0 ntc 32 head 33.
[  436.826535] i40e 01:00.0 AQTX: desc and buffer:
[  436.826541] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826542] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826545] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826547] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  436.826601] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826602] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826603] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826604] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  436.826606] i40e 01:00.0 ntc 33 head 34.
[  436.826607] i40e 01:00.0 AQTX: desc and buffer:
[  436.826607] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826608] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826609] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  436.826609] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.826662] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826663] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826664] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826665] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  436.826666] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  436.826669] i40e 01:00.0 ntc 34 head 35.
[  436.826669] i40e 01:00.0 AQTX: desc and buffer:
[  436.826670] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826671] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826672] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  436.826673] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.826725] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826726] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826727] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826727] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  436.826728] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  436.826730] i40e 01:00.0 ntc 35 head 36.
[  436.826731] i40e 01:00.0 AQTX: desc and buffer:
[  436.826732] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826735] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826736] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  436.826736] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  436.826788] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826789] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826790] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826790] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  436.826791] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  436.826793] i40e 01:00.0 ntc 36 head 37.
[  436.826795] i40e 01:00.0 AQTX: desc and buffer:
[  436.826795] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826796] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826797] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  436.826798] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  436.826852] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826853] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826853] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826855] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  436.826855] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  436.826857] i40e 01:00.0 ntc 37 head 38.
[  436.826858] i40e 01:00.0 AQTX: desc and buffer:
[  436.826859] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826860] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826860] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826861] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.826913] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826914] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826914] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826915] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826916] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  436.826918] i40e 01:00.0 ntc 38 head 39.
[  436.826919] i40e 01:00.0 AQTX: desc and buffer:
[  436.826920] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826921] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826921] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826922] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  436.826975] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.826976] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.826977] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.826978] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  436.826978] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  436.826994] i40e 01:00.0 ntc 39 head 40.
[  436.826995] i40e 01:00.0 AQTX: desc and buffer:
[  436.826996] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.826997] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.827000] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  436.827000] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.829021] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.829022] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.829023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.829024] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  436.829024] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  436.829027] i40e 01:00.0 ntc 40 head 41.
[  436.829029] i40e 01:00.0 AQTX: desc and buffer:
[  436.829029] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  436.829030] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.829031] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.829031] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A470000
[  436.829032] i40e 01:00.0 AQ CMD Buffer:
[  436.829033] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  436.829033] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  436.829034] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  436.829034] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.829035] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  436.829036] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  436.829036] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  436.829037] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  436.829037] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.829038] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  436.829039] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  436.829039] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  436.829040] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  436.829040] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  436.829041] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  436.829042] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  436.829042] i40e 01:00.0: 	0x00000100: e0 64 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.829043] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  436.829044] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  436.829044] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  436.829045] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  436.829045] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  436.829046] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  436.829047] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  436.829048] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  436.829049] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  436.829051] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  436.829052] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 d4 
e7 8d f3 8a ff ff
[  436.829052] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  436.829053] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  436.829054] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  436.829054] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 d4 
e7 8d f3 8a ff ff
[  436.829055] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  436.829056] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  436.832541] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.832542] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  436.832543] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.832543] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.832544] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A470000
[  436.832544] i40e 01:00.0 AQ CMD Buffer:
[  436.832545] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  436.832546] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.832547] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832547] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832548] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832549] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832549] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832550] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832551] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832552] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832552] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832553] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832554] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832554] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832555] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832556] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832556] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832557] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832558] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832559] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832559] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832560] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832560] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832561] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832562] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832563] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832563] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832564] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832565] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832565] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832566] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832567] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832567] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.832568] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.832570] i40e 0000:01:00.0: PHC enabled
[  436.832573] i40e 01:00.0 ntc 41 head 42.
[  436.832574] i40e 01:00.0 AQTX: desc and buffer:
[  436.832575] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.832576] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.832578] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  436.832579] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.834602] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.834604] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.834605] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.834607] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  436.834607] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  436.834614] i40e 01:00.0 ntc 42 head 43.
[  436.834615] i40e 01:00.0 AQTX: desc and buffer:
[  436.834616] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.834616] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.834617] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.834618] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  436.834670] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.834671] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.834672] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.834673] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.834673] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.834675] i40e 01:00.0 ntc 43 head 44.
[  436.834676] i40e 01:00.0 AQTX: desc and buffer:
[  436.834677] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  436.834678] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.834678] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.834679] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E69F000
[  436.834680] i40e 01:00.0 AQ CMD Buffer:
[  436.834681] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834681] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  436.834682] i40e 01:00.0: 	0x00000020: 60 49 00 00 00 00 00 00 5f 49 
00 00 00 00 00 00
[  436.834683] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  436.834683] i40e 01:00.0: 	0x00000040: 60 49 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  436.834684] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  436.834685] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  436.834686] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  436.834686] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  436.834687] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834688] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  436.834688] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  436.834689] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  436.834690] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  436.834691] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834691] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834693] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  436.834694] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  436.834694] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  436.834695] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  436.834696] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  436.834696] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  436.834697] i40e 01:00.0: 	0x00000160: 60 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.834698] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  436.834698] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  436.834699] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  436.834700] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834701] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  436.834701] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.834702] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  436.834703] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  436.834703] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  436.834704] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.834705] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.838190] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.838191] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  436.838191] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.838192] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.838193] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E69F000
[  436.838193] i40e 01:00.0 AQ CMD Buffer:
[  436.838194] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  436.838195] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.838196] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838196] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838197] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838198] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838198] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838199] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838200] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838201] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838202] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838204] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838205] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838206] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838206] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838207] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838208] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838208] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838209] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838210] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838210] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838211] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838212] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838213] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838213] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838214] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838214] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838215] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838216] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838216] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838217] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838218] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838218] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.838219] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.838221] i40e 01:00.0 ntc 44 head 45.
[  436.838223] i40e 01:00.0 AQTX: desc and buffer:
[  436.838224] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.838225] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.838227] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  436.838227] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.840249] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.840249] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.840250] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.840251] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  436.840252] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  436.840254] i40e 01:00.0 ntc 45 head 46.
[  436.840255] i40e 01:00.0 AQTX: desc and buffer:
[  436.840256] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  436.840256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.840257] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.840258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  436.840258] i40e 01:00.0 AQ CMD Buffer:
[  436.840259] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  436.840260] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  436.840260] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  436.840261] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  436.840262] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  436.840262] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  436.840263] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  436.840263] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  436.840264] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  436.840266] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  436.840267] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  436.840268] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  436.840269] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  436.840269] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  436.840270] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  436.840271] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  436.840271] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  436.840272] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  436.840273] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  436.840273] i40e 01:00.0: 	0x00000130: 80 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.840274] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  436.840275] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  436.840275] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  436.840276] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  436.840277] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  436.840278] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.840278] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  436.840279] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.840280] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  436.840280] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  436.840281] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 f0 69 4e
[  436.840282] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  436.840282] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  436.840283] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  436.843773] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.843775] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  436.843775] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.843776] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.843776] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  436.843777] i40e 01:00.0 AQ CMD Buffer:
[  436.843778] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  436.843778] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.843779] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843780] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843781] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843781] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843782] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843783] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843783] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843784] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843785] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843785] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843786] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843787] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843788] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843788] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843789] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843790] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843791] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843791] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843792] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843792] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843793] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843794] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843794] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843796] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843797] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843798] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843798] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843799] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843799] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843800] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843801] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843801] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.843804] i40e 01:00.0 ntc 46 head 47.
[  436.843805] i40e 01:00.0 AQTX: desc and buffer:
[  436.843805] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  436.843806] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.843807] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.843807] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  436.843808] i40e 01:00.0 AQ CMD Buffer:
[  436.843809] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843809] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843810] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843811] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843811] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843812] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843813] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843813] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843916] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.843917] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  436.843917] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.843918] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  436.843919] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  436.843919] i40e 01:00.0 AQ CMD Buffer:
[  436.843920] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  436.843921] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.843922] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843922] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843923] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843924] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843924] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.843925] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843928] i40e 01:00.0 ntc 47 head 48.
[  436.843930] i40e 01:00.0 AQTX: desc and buffer:
[  436.843931] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  436.843931] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.843932] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.843933] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  436.843933] i40e 01:00.0 AQ CMD Buffer:
[  436.843934] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843935] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843935] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.843936] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844039] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844040] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  436.844040] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844041] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.844041] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  436.844042] i40e 01:00.0 AQ CMD Buffer:
[  436.844043] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844044] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.844044] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844045] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844047] i40e 01:00.0 ntc 48 head 49.
[  436.844048] i40e 01:00.0 AQTX: desc and buffer:
[  436.844049] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  436.844049] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844050] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.844051] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D612000
[  436.844051] i40e 01:00.0 AQ CMD Buffer:
[  436.844052] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844053] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844155] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844156] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  436.844157] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844157] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.844158] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D612000
[  436.844159] i40e 01:00.0 AQ CMD Buffer:
[  436.844159] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.844160] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844163] i40e 01:00.0 ntc 49 head 50.
[  436.844164] i40e 01:00.0 AQTX: desc and buffer:
[  436.844165] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.844166] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844166] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  436.844167] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.844472] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844472] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.844473] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844474] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  436.844474] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  436.844477] i40e 01:00.0 ntc 50 head 51.
[  436.844479] i40e 01:00.0 AQTX: desc and buffer:
[  436.844480] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.844480] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844481] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  436.844482] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.844534] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844535] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.844535] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844536] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  436.844541] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  436.844545] i40e 01:00.0 ntc 51 head 52.
[  436.844550] i40e 01:00.0 AQTX: desc and buffer:
[  436.844552] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  436.844554] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844557] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  436.844559] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  436.844561] i40e 01:00.0 AQ CMD Buffer:
[  436.844564] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  436.844566] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.844670] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844671] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  436.844672] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844673] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  436.844673] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  436.844674] i40e 01:00.0 AQ CMD Buffer:
[  436.844675] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.844676] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844680] i40e 01:00.0 ntc 52 head 53.
[  436.844682] i40e 01:00.0 AQTX: desc and buffer:
[  436.844685] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  436.844689] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844693] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  436.844695] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  436.844698] i40e 01:00.0 AQ CMD Buffer:
[  436.844700] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844702] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  436.844704] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  436.844707] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  436.844811] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844812] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  436.844813] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844813] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  436.844814] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  436.844815] i40e 01:00.0 AQ CMD Buffer:
[  436.844816] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844817] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844817] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844818] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844819] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  436.844821] i40e 01:00.0 ntc 53 head 54.
[  436.844824] i40e 01:00.0 AQTX: desc and buffer:
[  436.844825] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  436.844827] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844828] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.844828] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  436.844830] i40e 01:00.0 AQ CMD Buffer:
[  436.844830] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  436.844831] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  436.844832] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  436.844832] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  436.844833] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  436.844834] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  436.844835] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 8c 4a 
00 00 00 00 00 00
[  436.844835] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  436.844938] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.844940] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  436.844940] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844941] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  436.844941] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  436.844942] i40e 01:00.0 AQ CMD Buffer:
[  436.844943] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  436.844943] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.844944] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844945] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844946] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844947] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844947] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.844948] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844950] i40e 01:00.0 ntc 54 head 55.
[  436.844951] i40e 01:00.0 AQTX: desc and buffer:
[  436.844952] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  436.844953] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.844954] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.844954] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  436.844955] i40e 01:00.0 AQ CMD Buffer:
[  436.844955] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  436.844956] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.844957] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844958] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844959] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844960] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.844961] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.844962] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845015] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.845016] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  436.845016] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845017] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  436.845018] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  436.845020] i40e 01:00.0 ntc 55 head 56.
[  436.845021] i40e 01:00.0 AQTX: desc and buffer:
[  436.845022] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  436.845023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845023] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  436.845024] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  436.845026] i40e 01:00.0 AQ CMD Buffer:
[  436.845027] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845028] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  436.845029] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845029] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845030] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845031] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845032] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845033] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845237] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.845237] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  436.845238] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845239] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  436.845240] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  436.845241] i40e 01:00.0 AQ CMD Buffer:
[  436.845242] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  436.845242] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  436.845243] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845244] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845246] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845248] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  436.845249] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.845250] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845252] i40e 01:00.0 ntc 56 head 57.
[  436.845254] i40e 01:00.0 AQTX: desc and buffer:
[  436.845255] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  436.845255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845256] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  436.845257] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  436.845257] i40e 01:00.0 AQ CMD Buffer:
[  436.845258] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845259] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845260] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845261] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845364] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.845365] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  436.845365] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845366] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  436.845367] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  436.845367] i40e 01:00.0 AQ CMD Buffer:
[  436.845368] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845369] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.845370] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845370] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845373] i40e 01:00.0 ntc 57 head 58.
[  436.845374] i40e 01:00.0 AQTX: desc and buffer:
[  436.845375] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  436.845376] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845377] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  436.845377] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  436.845379] i40e 01:00.0 AQ CMD Buffer:
[  436.845380] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845381] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845484] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.845485] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  436.845486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845486] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  436.845487] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  436.845488] i40e 01:00.0 AQ CMD Buffer:
[  436.845489] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  436.845492] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845497] i40e 01:00.0 ntc 58 head 59.
[  436.845498] i40e 01:00.0 AQTX: desc and buffer:
[  436.845499] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.845500] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845500] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  436.845501] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  436.845654] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.845655] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.845656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845657] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  436.845658] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  436.845660] i40e 01:00.0 ntc 59 head 60.
[  436.845661] i40e 01:00.0 AQTX: desc and buffer:
[  436.845662] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  436.845663] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.845664] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  436.845665] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  436.845665] i40e 01:00.0 AQ CMD Buffer:
[  436.845666] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  436.845667] i40e 01:00.0: 	0x00000010: 0c 4b 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  436.845668] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  436.845668] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  436.845669] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  436.845670] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  436.845670] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845672] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  436.845672] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  436.845673] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  436.845674] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  436.845675] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845676] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845681] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  436.845683] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  436.845685] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  436.845688] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 3f e8 
01 00 00 00 00 00
[  436.845690] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  436.845693] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  436.845695] i40e 01:00.0: 	0x00000130: 60 67 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  436.845698] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  436.845701] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  436.845705] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  436.845709] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  436.845711] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  436.845713] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845716] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  436.845719] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  436.845721] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  436.845724] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  436.845726] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.845729] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  436.845734] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  436.845736] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  436.849222] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.849223] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  436.849224] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.849225] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  436.849225] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  436.849226] i40e 01:00.0 AQ CMD Buffer:
[  436.849227] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  436.849227] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.849228] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849229] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849229] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849230] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849231] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849231] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849232] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849233] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849233] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849235] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849235] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849237] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849238] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849239] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849239] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849240] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849241] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849241] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849242] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849243] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849243] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849244] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849245] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849245] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849246] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849247] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849247] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849248] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849249] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849249] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849250] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.849251] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.849253] i40e 01:00.0 ntc 60 head 61.
[  436.849254] i40e 01:00.0 AQTX: desc and buffer:
[  436.849255] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.849255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.849256] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  436.849256] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.851278] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.851279] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.851280] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.851281] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  436.851281] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  436.851284] i40e 01:00.0 ntc 61 head 62.
[  436.851285] i40e 01:00.0 AQTX: desc and buffer:
[  436.851286] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  436.851286] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.851287] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.851288] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  436.851288] i40e 01:00.0 AQ CMD Buffer:
[  436.851289] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  436.851290] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.851291] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851291] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851292] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851293] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851293] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851294] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851295] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851295] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851296] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851297] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851297] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851298] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851299] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851300] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851300] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851301] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851302] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851302] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851303] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851304] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851304] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851305] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851306] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851306] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851308] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851308] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851310] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851311] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851312] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851312] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851313] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.851313] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.854802] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.854802] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  436.854803] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.854804] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  436.854804] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  436.854805] i40e 01:00.0 AQ CMD Buffer:
[  436.854805] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  436.854806] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  436.854807] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854808] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854808] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854809] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854810] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854810] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854811] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854812] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854812] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854813] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854814] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854814] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854815] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854816] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854816] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854817] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854818] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854819] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854819] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854820] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854821] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854821] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854822] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854823] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854823] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854824] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854825] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854825] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854826] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854827] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854827] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854828] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  436.854925] i40e 01:00.0 ntc 62 head 63.
[  436.854926] i40e 01:00.0 AQTX: desc and buffer:
[  436.854927] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  436.854928] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.854928] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  436.854929] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  436.854930] i40e 01:00.0 AQ CMD Buffer:
[  436.854930] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  436.854931] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  436.854932] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854932] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854933] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854934] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854935] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  436.854935] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  436.854987] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.854988] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  436.854989] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.854990] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  436.854990] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E786000
[  436.856325] irq 111: Affinity broken due to vector space exhaustion.
[  436.856336] irq 115: Affinity broken due to vector space exhaustion.
[  436.856442] i40e 01:00.0 ntc 63 head 64.
[  436.856443] i40e 01:00.0 AQTX: desc and buffer:
[  436.856444] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.856444] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.856445] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  436.856446] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.856549] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.856550] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.856550] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.856551] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  436.856551] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.856554] i40e 01:00.0 ntc 64 head 65.
[  436.856555] i40e 01:00.0 AQTX: desc and buffer:
[  436.856556] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  436.856557] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.856559] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  436.856561] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  436.856563] i40e 01:00.0 AQ CMD Buffer:
[  436.856566] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  436.856621] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.856622] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  436.856623] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.856624] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  436.856625] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF98000
[  436.962549] i40e 01:00.0 ntc 65 head 66.
[  436.962550] i40e 01:00.0 AQTX: desc and buffer:
[  436.962551] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.962552] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.962553] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  436.962553] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.962707] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.962708] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.962708] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.962709] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  436.962710] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.962712] i40e 01:00.0 ntc 66 head 67.
[  436.962713] i40e 01:00.0 AQTX: desc and buffer:
[  436.962714] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  436.962714] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.962715] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  436.962716] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  436.962716] i40e 01:00.0 AQ CMD Buffer:
[  436.962718] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  436.962719] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  436.963125] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.963126] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  436.963126] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.963127] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  436.963128] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  436.963128] i40e 01:00.0 AQ CMD Buffer:
[  436.963129] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  436.963130] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  436.963133] i40e 01:00.0 ntc 67 head 68.
[  436.963134] i40e 01:00.0 AQTX: desc and buffer:
[  436.963135] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  436.963135] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.963136] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  436.963137] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  436.963239] i40e 01:00.0 AQTX: desc and buffer writeback:
[  436.963240] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  436.963241] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  436.963241] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  436.963242] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.088265] i40e 01:00.0 ntc 68 head 69.
[  467.088266] i40e 01:00.0 AQTX: desc and buffer:
[  467.088268] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.088268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.088269] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.088270] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.088322] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.088323] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.088323] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.088324] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.088325] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098716] i40e 01:00.0 AQTX: desc and buffer:
[  467.098718] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.098718] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098719] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.098720] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098772] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.098772] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.098773] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098774] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  467.098775] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  467.098777] i40e 01:00.0 ntc 0 head 1.
[  467.098778] i40e 01:00.0 AQTX: desc and buffer:
[  467.098779] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.098779] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098780] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.098780] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098833] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.098833] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.098834] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098835] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.098835] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098845] i40e 01:00.0 ntc 1 head 2.
[  467.098846] i40e 01:00.0 AQTX: desc and buffer:
[  467.098846] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.098847] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098848] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.098848] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098900] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.098901] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.098902] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098902] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.098903] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098905] i40e 01:00.0 ntc 2 head 3.
[  467.098906] i40e 01:00.0 AQTX: desc and buffer:
[  467.098906] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.098907] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098908] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.098908] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098960] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.098961] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.098962] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098962] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.098963] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.098972] i40e 01:00.0 ntc 3 head 4.
[  467.098973] i40e 01:00.0 AQTX: desc and buffer:
[  467.098974] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.098975] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.098975] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.098976] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099028] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099029] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099029] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099030] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099031] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099033] i40e 01:00.0 ntc 4 head 5.
[  467.099034] i40e 01:00.0 AQTX: desc and buffer:
[  467.099034] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099035] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099035] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.099036] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099088] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099089] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099090] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099090] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.099091] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099100] i40e 01:00.0 ntc 5 head 6.
[  467.099101] i40e 01:00.0 AQTX: desc and buffer:
[  467.099102] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099103] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099103] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099104] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099156] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099157] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099157] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099158] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099159] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099161] i40e 01:00.0 ntc 6 head 7.
[  467.099162] i40e 01:00.0 AQTX: desc and buffer:
[  467.099162] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099163] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099163] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.099164] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099216] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099217] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099217] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099218] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.099219] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099228] i40e 01:00.0 ntc 7 head 8.
[  467.099229] i40e 01:00.0 AQTX: desc and buffer:
[  467.099230] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099230] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099231] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099232] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099284] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099285] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099285] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099286] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099286] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099288] i40e 01:00.0 ntc 8 head 9.
[  467.099289] i40e 01:00.0 AQTX: desc and buffer:
[  467.099290] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099291] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099291] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.099292] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099344] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099345] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099345] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099346] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.099346] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099356] i40e 01:00.0 ntc 9 head 10.
[  467.099357] i40e 01:00.0 AQTX: desc and buffer:
[  467.099357] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099358] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099359] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099359] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099411] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099412] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099413] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099413] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099414] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099416] i40e 01:00.0 ntc 10 head 11.
[  467.099417] i40e 01:00.0 AQTX: desc and buffer:
[  467.099418] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099418] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099419] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.099419] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099471] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099472] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099473] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099473] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.099474] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099483] i40e 01:00.0 ntc 11 head 12.
[  467.099484] i40e 01:00.0 AQTX: desc and buffer:
[  467.099485] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099486] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099487] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099545] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099549] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099552] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099556] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099558] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099562] i40e 01:00.0 ntc 12 head 13.
[  467.099564] i40e 01:00.0 AQTX: desc and buffer:
[  467.099567] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099569] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099571] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099573] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099627] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099628] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099629] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099630] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099630] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099633] i40e 01:00.0 ntc 13 head 14.
[  467.099635] i40e 01:00.0 AQTX: desc and buffer:
[  467.099636] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099636] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099637] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  467.099638] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099690] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099691] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099691] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099692] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  467.099693] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099702] i40e 01:00.0 ntc 14 head 15.
[  467.099703] i40e 01:00.0 AQTX: desc and buffer:
[  467.099704] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099705] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099706] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099706] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099759] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099760] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.099761] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099761] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  467.099762] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099765] i40e 01:00.0 ntc 15 head 16.
[  467.099768] i40e 01:00.0 AQTX: desc and buffer:
[  467.099769] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.099769] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099772] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  467.099775] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099828] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  467.099829] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.099830] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  467.099831] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099831] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  467.099832] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.099837] i40e 01:00.0 ntc 16 head 17.
[  467.099838] i40e 01:00.0 AQTX: desc and buffer:
[  467.099839] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  467.099839] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.099840] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.099841] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DFB000
[  467.099842] i40e 01:00.0 AQ CMD Buffer:
[  467.099844] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099845] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099845] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099847] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099847] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099848] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099849] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099849] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099850] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099851] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099852] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099853] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099854] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099855] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099857] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099857] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099858] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099859] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099860] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099861] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099861] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099862] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099863] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099863] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099864] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099865] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099866] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099867] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099867] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099868] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099869] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099869] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099870] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099871] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099872] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099873] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099874] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099874] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099875] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099876] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099876] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099877] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099879] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099880] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099881] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099882] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099883] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099884] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099885] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099886] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099886] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099887] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099888] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099888] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099890] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099891] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099891] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099892] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099893] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099893] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099894] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099895] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099895] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099896] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099897] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099898] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099899] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099901] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099901] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099903] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099904] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099904] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099905] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099906] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099907] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099907] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099908] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099909] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099909] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.099910] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100114] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100115] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  467.100115] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100116] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  467.100117] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49DFB000
[  467.100119] i40e 01:00.0 AQ CMD Buffer:
[  467.100120] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100121] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100122] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  467.100122] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100123] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100124] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100125] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.100126] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100127] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  467.100127] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100128] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.100129] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100129] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  467.100130] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100131] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.100132] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100133] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100133] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100134] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100135] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100135] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  467.100136] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100136] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  467.100137] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100138] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100139] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100141] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100141] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100143] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  467.100144] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100145] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  467.100146] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100147] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  467.100148] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100148] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  467.100149] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100150] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  467.100150] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100152] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  467.100152] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100153] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  467.100154] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100154] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  467.100155] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100156] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.100156] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100157] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  467.100158] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100159] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  467.100159] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100160] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  467.100161] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100164] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  467.100164] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100166] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  467.100167] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100168] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  467.100169] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100170] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  467.100170] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100171] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  467.100172] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100172] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  467.100173] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100174] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  467.100174] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100175] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100176] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100177] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100178] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100178] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100179] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100180] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100180] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100182] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100183] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100183] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100184] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100184] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100185] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100186] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  467.100189] i40e 01:00.0 ntc 17 head 18.
[  467.100191] i40e 01:00.0 AQTX: desc and buffer:
[  467.100192] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100194] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100194] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  467.100195] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100247] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100248] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.100249] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100250] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  467.100250] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100252] i40e 01:00.0 ntc 18 head 19.
[  467.100255] i40e 01:00.0 AQTX: desc and buffer:
[  467.100256] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100257] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  467.100258] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100310] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100311] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.100312] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100313] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  467.100314] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100316] i40e 01:00.0 ntc 19 head 20.
[  467.100317] i40e 01:00.0 AQTX: desc and buffer:
[  467.100318] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100319] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100322] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  467.100323] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100375] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100376] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.100376] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100377] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  467.100378] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  467.100380] i40e 01:00.0 ntc 20 head 21.
[  467.100381] i40e 01:00.0 AQTX: desc and buffer:
[  467.100382] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100382] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100383] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  467.100384] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100436] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100437] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.100438] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100439] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  467.100439] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  467.100442] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  467.100461] i40e 01:00.0 ntc 21 head 22.
[  467.100462] i40e 01:00.0 AQTX: desc and buffer:
[  467.100464] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100464] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100465] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  467.100466] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100518] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  467.100519] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100520] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  467.100520] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100521] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  467.100521] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.100524] i40e 01:00.0 ntc 22 head 23.
[  467.100525] i40e 01:00.0 AQTX: desc and buffer:
[  467.100526] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  467.100526] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100527] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.100527] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF29000
[  467.100528] i40e 01:00.0 AQ CMD Buffer:
[  467.100529] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100530] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100531] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100532] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100532] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100533] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100534] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100534] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100537] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100537] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100544] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100546] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100549] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100551] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100553] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100557] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100559] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100561] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100566] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100570] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100572] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100575] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100577] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100580] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100582] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100585] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100588] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100591] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100596] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100598] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100600] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100603] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100808] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100809] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  467.100810] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100810] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.100811] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF29000
[  467.100811] i40e 01:00.0 AQ CMD Buffer:
[  467.100812] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.100817] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  467.100822] i40e 01:00.0 ntc 23 head 24.
[  467.100825] i40e 01:00.0 AQTX: desc and buffer:
[  467.100827] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100831] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  467.100833] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  467.100886] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.100887] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.100888] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100889] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  467.100890] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  467.100900] i40e 01:00.0 ntc 24 head 25.
[  467.100901] i40e 01:00.0 AQTX: desc and buffer:
[  467.100902] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.100902] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.100903] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.100903] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  467.101007] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101008] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.101009] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101009] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101010] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  467.101013] i40e 01:00.0 ntc 25 head 26.
[  467.101014] i40e 01:00.0 AQTX: desc and buffer:
[  467.101015] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  467.101016] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101017] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101018] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  467.101019] i40e 01:00.0 AQ CMD Buffer:
[  467.101020] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  467.101021] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.101021] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101022] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  467.101023] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101023] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101024] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.101025] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101127] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101128] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  467.101129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101130] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  467.101130] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  467.101133] i40e 01:00.0 ntc 26 head 27.
[  467.101134] i40e 01:00.0 AQTX: desc and buffer:
[  467.101135] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  467.101136] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101136] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101137] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  467.101138] i40e 01:00.0 AQ CMD Buffer:
[  467.101139] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101139] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101140] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101141] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101244] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101245] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  467.101246] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101246] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101247] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  467.101248] i40e 01:00.0 AQ CMD Buffer:
[  467.101249] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101250] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.101250] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101251] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101254] i40e 01:00.0 ntc 27 head 28.
[  467.101256] i40e 01:00.0 AQTX: desc and buffer:
[  467.101257] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  467.101257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101258] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  467.101259] i40e 01:00.0 AQ CMD Buffer:
[  467.101260] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101260] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101363] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101365] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  467.101365] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101366] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101366] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  467.101367] i40e 01:00.0 AQ CMD Buffer:
[  467.101368] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.101369] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101377] i40e 01:00.0 ntc 28 head 29.
[  467.101378] i40e 01:00.0 AQTX: desc and buffer:
[  467.101379] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  467.101380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101380] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  467.101382] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44ACD000
[  467.101382] i40e 01:00.0 AQ CMD Buffer:
[  467.101385] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  467.101644] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101645] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  467.101646] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101646] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  467.101649] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44ACD000
[  467.101649] i40e 01:00.0 AQ CMD Buffer:
[  467.101651] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  467.101653] i40e 01:00.0 ntc 29 head 30.
[  467.101654] i40e 01:00.0 AQTX: desc and buffer:
[  467.101655] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  467.101656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101657] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  467.101657] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B6BD000
[  467.101658] i40e 01:00.0 AQ CMD Buffer:
[  467.101659] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  467.101812] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  467.101813] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101813] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  467.101814] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101815] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  467.101815] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B6BD000
[  467.101816] i40e 01:00.0 AQ CMD Buffer:
[  467.101817] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  467.101847] i40e 01:00.0 ntc 30 head 31.
[  467.101848] i40e 01:00.0 AQTX: desc and buffer:
[  467.101849] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  467.101850] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101850] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.101851] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF4C000
[  467.101851] i40e 01:00.0 AQ CMD Buffer:
[  467.101852] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  467.101853] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.101854] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101854] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  467.101855] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101856] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101856] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.101857] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.101909] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101911] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  467.101911] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101912] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  467.101913] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF4C000
[  467.101916] i40e 01:00.0 ntc 31 head 32.
[  467.101917] i40e 01:00.0 AQTX: desc and buffer:
[  467.101918] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.101919] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101919] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.101920] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.101972] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.101973] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.101974] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101974] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.101975] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  467.101977] i40e 01:00.0 ntc 32 head 33.
[  467.101978] i40e 01:00.0 AQTX: desc and buffer:
[  467.101979] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.101979] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.101980] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.101981] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  467.102033] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102034] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102035] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102036] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.102037] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  467.102039] i40e 01:00.0 ntc 33 head 34.
[  467.102040] i40e 01:00.0 AQTX: desc and buffer:
[  467.102042] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102042] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102043] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  467.102044] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.102096] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102097] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102098] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  467.102100] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  467.102102] i40e 01:00.0 ntc 34 head 35.
[  467.102103] i40e 01:00.0 AQTX: desc and buffer:
[  467.102105] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102106] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  467.102107] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.102160] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102161] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102162] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  467.102162] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  467.102165] i40e 01:00.0 ntc 35 head 36.
[  467.102166] i40e 01:00.0 AQTX: desc and buffer:
[  467.102167] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102168] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102169] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  467.102170] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  467.102222] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102223] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102223] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102224] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  467.102225] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  467.102227] i40e 01:00.0 ntc 36 head 37.
[  467.102227] i40e 01:00.0 AQTX: desc and buffer:
[  467.102229] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102229] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102230] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  467.102231] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  467.102283] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102284] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102284] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102285] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  467.102286] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  467.102288] i40e 01:00.0 ntc 37 head 38.
[  467.102289] i40e 01:00.0 AQTX: desc and buffer:
[  467.102290] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102290] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102291] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.102291] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.102344] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102345] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102346] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102346] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.102347] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  467.102349] i40e 01:00.0 ntc 38 head 39.
[  467.102350] i40e 01:00.0 AQTX: desc and buffer:
[  467.102351] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102351] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102352] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.102353] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  467.102405] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.102407] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.102408] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102408] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  467.102409] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  467.102425] i40e 01:00.0 ntc 39 head 40.
[  467.102428] i40e 01:00.0 AQTX: desc and buffer:
[  467.102429] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.102430] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.102430] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  467.102431] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.104452] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.104455] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.104455] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.104456] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  467.104456] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  467.104459] i40e 01:00.0 ntc 40 head 41.
[  467.104460] i40e 01:00.0 AQTX: desc and buffer:
[  467.104460] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  467.104461] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.104462] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.104462] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  467.104463] i40e 01:00.0 AQ CMD Buffer:
[  467.104463] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  467.104464] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  467.104465] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  467.104465] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.104466] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  467.104467] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  467.104467] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  467.104468] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  467.104468] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.104469] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  467.104470] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  467.104470] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  467.104471] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  467.104472] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  467.104472] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  467.104473] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  467.104474] i40e 01:00.0: 	0x00000100: e0 64 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.104474] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  467.104475] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  467.104477] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  467.104478] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  467.104478] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  467.104479] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  467.104480] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  467.104480] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  467.104481] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  467.104482] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  467.104482] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 d8 
55 8a f3 8a ff ff
[  467.104483] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  467.104484] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  467.104484] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  467.104485] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 d8 
55 8a f3 8a ff ff
[  467.104486] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  467.104486] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  467.107977] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.107978] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  467.107979] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.107979] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.107980] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  467.107981] i40e 01:00.0 AQ CMD Buffer:
[  467.107982] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  467.107982] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.107983] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107984] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107984] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107985] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107986] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107986] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107987] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107988] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107989] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107990] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107990] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107992] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107992] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107994] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107995] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107996] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107996] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107997] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107998] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107999] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.107999] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108000] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108000] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108001] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108002] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108003] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108003] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108004] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108005] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108005] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108006] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.108006] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.108008] i40e 0000:01:00.0: PHC enabled
[  467.108011] i40e 01:00.0 ntc 41 head 42.
[  467.108012] i40e 01:00.0 AQTX: desc and buffer:
[  467.108013] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.108015] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.108015] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  467.108017] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.110038] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.110039] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.110040] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.110041] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  467.110041] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  467.110048] i40e 01:00.0 ntc 42 head 43.
[  467.110049] i40e 01:00.0 AQTX: desc and buffer:
[  467.110050] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.110050] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.110051] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.110052] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  467.110104] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.110105] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.110105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.110106] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.110106] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.110108] i40e 01:00.0 ntc 43 head 44.
[  467.110109] i40e 01:00.0 AQTX: desc and buffer:
[  467.110110] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  467.110111] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.110112] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.110112] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  467.110113] i40e 01:00.0 AQ CMD Buffer:
[  467.110113] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110114] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  467.110115] i40e 01:00.0: 	0x00000020: 38 4f 00 00 00 00 00 00 37 4f 
00 00 00 00 00 00
[  467.110115] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  467.110117] i40e 01:00.0: 	0x00000040: 38 4f 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  467.110118] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  467.110120] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  467.110121] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  467.110121] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  467.110122] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110123] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  467.110123] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  467.110124] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  467.110124] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  467.110125] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110126] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110126] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  467.110127] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  467.110128] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  467.110129] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  467.110129] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  467.110130] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  467.110131] i40e 01:00.0: 	0x00000160: 60 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.110131] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  467.110132] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  467.110133] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  467.110134] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110134] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  467.110135] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.110136] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  467.110136] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  467.110137] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  467.110137] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.110138] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.113625] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.113626] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  467.113626] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.113627] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.113628] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  467.113628] i40e 01:00.0 AQ CMD Buffer:
[  467.113629] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  467.113630] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.113630] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113631] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113632] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113633] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113633] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113634] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113635] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113635] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113636] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113637] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113637] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113638] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113639] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113639] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113640] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113641] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113641] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113642] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113644] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113644] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113646] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113647] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113647] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113648] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113649] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113649] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113650] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113651] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113652] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113652] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113653] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.113653] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.113656] i40e 01:00.0 ntc 44 head 45.
[  467.113657] i40e 01:00.0 AQTX: desc and buffer:
[  467.113657] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.113658] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.113659] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  467.113659] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.115681] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.115681] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.115682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.115683] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  467.115683] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  467.115686] i40e 01:00.0 ntc 45 head 46.
[  467.115687] i40e 01:00.0 AQTX: desc and buffer:
[  467.115688] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  467.115688] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.115689] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.115689] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  467.115690] i40e 01:00.0 AQ CMD Buffer:
[  467.115691] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  467.115692] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  467.115692] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  467.115693] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  467.115694] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  467.115695] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  467.115695] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  467.115696] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  467.115697] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  467.115698] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  467.115699] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  467.115701] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  467.115701] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  467.115702] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  467.115703] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  467.115703] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  467.115704] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  467.115705] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  467.115705] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  467.115706] i40e 01:00.0: 	0x00000130: 80 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.115707] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  467.115707] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  467.115708] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  467.115709] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  467.115710] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  467.115710] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.115711] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  467.115712] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.115712] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  467.115713] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  467.115714] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 40 3e 4a
[  467.115714] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  467.115715] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  467.115716] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  467.119201] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119202] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  467.119203] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119203] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.119204] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  467.119204] i40e 01:00.0 AQ CMD Buffer:
[  467.119205] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  467.119206] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.119206] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119207] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119208] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119208] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119209] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119210] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119210] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119211] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119212] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119213] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119213] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119214] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119215] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119216] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119217] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119219] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119220] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119220] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119221] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119221] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119222] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119223] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119223] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119224] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119225] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119225] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119226] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119227] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119227] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119228] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119228] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119229] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.119232] i40e 01:00.0 ntc 46 head 47.
[  467.119233] i40e 01:00.0 AQTX: desc and buffer:
[  467.119233] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  467.119234] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119235] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.119235] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  467.119236] i40e 01:00.0 AQ CMD Buffer:
[  467.119237] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119237] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119238] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119239] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119240] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119241] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119242] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119243] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119345] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119346] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  467.119347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119348] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  467.119348] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  467.119350] i40e 01:00.0 AQ CMD Buffer:
[  467.119350] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  467.119351] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.119352] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119352] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119353] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119354] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119354] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.119355] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119358] i40e 01:00.0 ntc 47 head 48.
[  467.119359] i40e 01:00.0 AQTX: desc and buffer:
[  467.119360] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  467.119360] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119361] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.119362] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  467.119362] i40e 01:00.0 AQ CMD Buffer:
[  467.119363] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119364] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119364] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119365] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119468] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119468] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  467.119469] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119470] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.119470] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  467.119471] i40e 01:00.0 AQ CMD Buffer:
[  467.119472] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119472] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.119473] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119474] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119476] i40e 01:00.0 ntc 48 head 49.
[  467.119477] i40e 01:00.0 AQTX: desc and buffer:
[  467.119477] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  467.119479] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119479] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.119481] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  467.119482] i40e 01:00.0 AQ CMD Buffer:
[  467.119483] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119483] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119586] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119587] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  467.119587] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119589] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.119589] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  467.119590] i40e 01:00.0 AQ CMD Buffer:
[  467.119591] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.119591] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.119595] i40e 01:00.0 ntc 49 head 50.
[  467.119597] i40e 01:00.0 AQTX: desc and buffer:
[  467.119598] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.119598] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119599] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  467.119599] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.119904] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119905] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.119906] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119907] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  467.119907] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  467.119909] i40e 01:00.0 ntc 50 head 51.
[  467.119910] i40e 01:00.0 AQTX: desc and buffer:
[  467.119911] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.119912] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119913] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  467.119914] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.119966] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.119967] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.119968] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119969] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  467.119971] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  467.119973] i40e 01:00.0 ntc 51 head 52.
[  467.119974] i40e 01:00.0 AQTX: desc and buffer:
[  467.119975] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  467.119975] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.119976] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  467.119976] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  467.119977] i40e 01:00.0 AQ CMD Buffer:
[  467.119978] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  467.119979] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.120082] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120083] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  467.120083] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120084] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  467.120084] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  467.120085] i40e 01:00.0 AQ CMD Buffer:
[  467.120086] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.120087] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120089] i40e 01:00.0 ntc 52 head 53.
[  467.120090] i40e 01:00.0 AQTX: desc and buffer:
[  467.120091] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  467.120091] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120092] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  467.120093] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  467.120093] i40e 01:00.0 AQ CMD Buffer:
[  467.120095] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120095] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  467.120096] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  467.120097] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  467.120200] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120201] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  467.120202] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120202] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  467.120203] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  467.120203] i40e 01:00.0 AQ CMD Buffer:
[  467.120205] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120205] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120206] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120207] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120208] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  467.120210] i40e 01:00.0 ntc 53 head 54.
[  467.120212] i40e 01:00.0 AQTX: desc and buffer:
[  467.120213] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  467.120213] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120214] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.120214] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  467.120215] i40e 01:00.0 AQ CMD Buffer:
[  467.120216] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  467.120216] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  467.120217] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  467.120218] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  467.120219] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  467.120220] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  467.120220] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 64 50 
00 00 00 00 00 00
[  467.120221] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  467.120324] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120324] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  467.120325] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120326] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  467.120326] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  467.120327] i40e 01:00.0 AQ CMD Buffer:
[  467.120328] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  467.120329] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.120329] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120330] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120331] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120332] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120332] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.120333] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120335] i40e 01:00.0 ntc 54 head 55.
[  467.120336] i40e 01:00.0 AQTX: desc and buffer:
[  467.120338] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  467.120338] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120339] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.120340] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  467.120341] i40e 01:00.0 AQ CMD Buffer:
[  467.120342] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  467.120344] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.120344] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120345] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120346] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120346] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120347] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.120347] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120400] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120401] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  467.120401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120402] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  467.120403] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  467.120406] i40e 01:00.0 ntc 55 head 56.
[  467.120407] i40e 01:00.0 AQTX: desc and buffer:
[  467.120407] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  467.120409] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120411] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  467.120411] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  467.120412] i40e 01:00.0 AQ CMD Buffer:
[  467.120413] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120414] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  467.120415] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120415] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120416] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120417] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120418] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120418] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120622] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120624] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  467.120624] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120625] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  467.120626] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  467.120626] i40e 01:00.0 AQ CMD Buffer:
[  467.120627] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  467.120628] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  467.120628] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120630] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120630] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120631] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  467.120632] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.120633] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120638] i40e 01:00.0 ntc 56 head 57.
[  467.120640] i40e 01:00.0 AQTX: desc and buffer:
[  467.120640] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  467.120641] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120642] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  467.120642] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  467.120643] i40e 01:00.0 AQ CMD Buffer:
[  467.120644] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120644] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120645] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120646] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120748] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120750] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  467.120750] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120752] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  467.120752] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  467.120753] i40e 01:00.0 AQ CMD Buffer:
[  467.120754] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120754] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.120755] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120756] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120758] i40e 01:00.0 ntc 57 head 58.
[  467.120759] i40e 01:00.0 AQTX: desc and buffer:
[  467.120759] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  467.120760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120761] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  467.120762] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  467.120763] i40e 01:00.0 AQ CMD Buffer:
[  467.120763] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120764] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120867] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.120868] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  467.120868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120869] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  467.120870] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  467.120870] i40e 01:00.0 AQ CMD Buffer:
[  467.120871] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  467.120872] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.120877] i40e 01:00.0 ntc 58 head 59.
[  467.120878] i40e 01:00.0 AQTX: desc and buffer:
[  467.120879] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.120880] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.120881] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  467.120882] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  467.121035] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.121036] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.121037] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.121038] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  467.121039] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  467.121041] i40e 01:00.0 ntc 59 head 60.
[  467.121042] i40e 01:00.0 AQTX: desc and buffer:
[  467.121043] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  467.121044] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.121045] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  467.121045] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  467.121046] i40e 01:00.0 AQ CMD Buffer:
[  467.121047] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  467.121047] i40e 01:00.0: 	0x00000010: e4 50 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  467.121048] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  467.121049] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  467.121049] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  467.121051] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  467.121051] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.121053] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  467.121053] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  467.121055] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  467.121056] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  467.121056] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.121057] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.121059] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  467.121059] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  467.121060] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  467.121061] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  467.121061] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  467.121062] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  467.121062] i40e 01:00.0: 	0x00000130: 60 67 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  467.121063] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  467.121064] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  467.121065] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  467.121066] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  467.121066] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  467.121067] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.121068] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  467.121069] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  467.121069] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  467.121071] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  467.121071] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.121072] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  467.121073] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  467.121073] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  467.124561] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.124562] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  467.124562] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.124563] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  467.124564] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  467.124564] i40e 01:00.0 AQ CMD Buffer:
[  467.124565] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  467.124566] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.124567] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124567] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124568] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124569] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124570] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124570] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124571] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124572] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124572] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124573] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124574] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124574] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124575] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124576] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124577] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124578] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124580] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124580] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124581] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124582] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124582] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124583] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124584] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124584] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124585] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124585] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124586] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124587] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124588] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124588] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124589] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.124590] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.124592] i40e 01:00.0 ntc 60 head 61.
[  467.124593] i40e 01:00.0 AQTX: desc and buffer:
[  467.124593] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.124594] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.124595] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  467.124595] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.126616] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.126617] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.126619] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.126620] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  467.126622] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  467.126624] i40e 01:00.0 ntc 61 head 62.
[  467.126625] i40e 01:00.0 AQTX: desc and buffer:
[  467.126625] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  467.126626] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.126627] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.126627] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  467.126628] i40e 01:00.0 AQ CMD Buffer:
[  467.126629] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  467.126629] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.126630] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126630] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126631] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126632] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126632] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126633] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126634] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126634] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126635] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126636] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126636] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126637] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126638] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126638] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126639] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126640] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126640] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126642] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126643] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126644] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126645] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126646] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126647] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126647] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126648] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126649] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126649] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126650] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126651] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126652] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126652] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.126653] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.130138] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.130139] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  467.130140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.130141] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  467.130141] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  467.130142] i40e 01:00.0 AQ CMD Buffer:
[  467.130143] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  467.130143] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  467.130144] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130145] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130145] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130146] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130147] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130147] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130148] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130149] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130149] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130150] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130151] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130151] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130152] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130153] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130153] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130154] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130155] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130155] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130156] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130157] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130157] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130158] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130159] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130159] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130160] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130161] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130161] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130162] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130163] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130163] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130164] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130165] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  467.130435] i40e 01:00.0 ntc 62 head 63.
[  467.130436] i40e 01:00.0 AQTX: desc and buffer:
[  467.130437] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  467.130437] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.130438] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  467.130439] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  467.130439] i40e 01:00.0 AQ CMD Buffer:
[  467.130440] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  467.130441] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  467.130441] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130442] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130443] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130443] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130444] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  467.130445] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  467.130497] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.130498] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  467.130498] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.130499] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  467.130500] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  467.131881] irq 111: Affinity broken due to vector space exhaustion.
[  467.131893] irq 115: Affinity broken due to vector space exhaustion.
[  467.132042] i40e 01:00.0 ntc 63 head 64.
[  467.132043] i40e 01:00.0 AQTX: desc and buffer:
[  467.132044] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.132044] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.132045] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  467.132045] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.132148] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.132149] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.132150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.132150] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  467.132151] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.132153] i40e 01:00.0 ntc 64 head 65.
[  467.132154] i40e 01:00.0 AQTX: desc and buffer:
[  467.132155] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  467.132155] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.132156] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  467.132157] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  467.132157] i40e 01:00.0 AQ CMD Buffer:
[  467.132158] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  467.132210] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.132211] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  467.132211] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.132212] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  467.132213] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  467.938683] i40e 01:00.0 ntc 65 head 66.
[  467.938684] i40e 01:00.0 AQTX: desc and buffer:
[  467.938685] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.938686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.938687] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  467.938688] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.938841] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.938842] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.938842] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.938843] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  467.938844] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.938846] i40e 01:00.0 ntc 66 head 67.
[  467.938847] i40e 01:00.0 AQTX: desc and buffer:
[  467.938848] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  467.938848] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.938849] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  467.938850] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  467.938850] i40e 01:00.0 AQ CMD Buffer:
[  467.938851] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  467.938852] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  467.939258] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.939259] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  467.939259] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.939260] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  467.939260] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  467.939261] i40e 01:00.0 AQ CMD Buffer:
[  467.939262] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  467.939263] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  467.939266] i40e 01:00.0 ntc 67 head 68.
[  467.939267] i40e 01:00.0 AQTX: desc and buffer:
[  467.939268] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  467.939268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.939269] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  467.939269] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  467.939372] i40e 01:00.0 AQTX: desc and buffer writeback:
[  467.939373] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  467.939374] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  467.939374] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  467.939375] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.454952] i40e 01:00.0 ntc 68 head 69.
[  497.454953] i40e 01:00.0 AQTX: desc and buffer:
[  497.454954] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.454955] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.454956] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.454957] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.455009] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.455010] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.455010] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.455011] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.455011] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465394] i40e 01:00.0 AQTX: desc and buffer:
[  497.465395] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465396] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465397] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.465397] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465450] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465450] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465451] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465452] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  497.465452] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  497.465455] i40e 01:00.0 ntc 0 head 1.
[  497.465456] i40e 01:00.0 AQTX: desc and buffer:
[  497.465456] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465457] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465458] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.465459] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465511] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465511] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465513] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.465513] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465523] i40e 01:00.0 ntc 1 head 2.
[  497.465524] i40e 01:00.0 AQTX: desc and buffer:
[  497.465525] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465525] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465526] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465527] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465579] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465580] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465581] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465581] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465582] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465586] i40e 01:00.0 ntc 2 head 3.
[  497.465587] i40e 01:00.0 AQTX: desc and buffer:
[  497.465591] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465592] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465594] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.465596] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465650] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465651] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465652] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465652] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.465653] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465662] i40e 01:00.0 ntc 3 head 4.
[  497.465664] i40e 01:00.0 AQTX: desc and buffer:
[  497.465665] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465665] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465666] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465667] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465719] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465720] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465720] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465721] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465722] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465724] i40e 01:00.0 ntc 4 head 5.
[  497.465725] i40e 01:00.0 AQTX: desc and buffer:
[  497.465726] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465727] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465727] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.465728] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465780] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465783] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465784] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465784] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.465785] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465794] i40e 01:00.0 ntc 5 head 6.
[  497.465795] i40e 01:00.0 AQTX: desc and buffer:
[  497.465796] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465797] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465797] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465798] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465850] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465851] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465852] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465852] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465854] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465856] i40e 01:00.0 ntc 6 head 7.
[  497.465857] i40e 01:00.0 AQTX: desc and buffer:
[  497.465857] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465858] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465859] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.465859] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465912] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465915] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465916] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.465917] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465927] i40e 01:00.0 ntc 7 head 8.
[  497.465927] i40e 01:00.0 AQTX: desc and buffer:
[  497.465928] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465929] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465929] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465930] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465982] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.465984] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.465984] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465985] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.465986] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.465988] i40e 01:00.0 ntc 8 head 9.
[  497.465989] i40e 01:00.0 AQTX: desc and buffer:
[  497.465989] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.465990] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.465991] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.465992] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466044] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466045] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466047] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466048] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.466049] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466058] i40e 01:00.0 ntc 9 head 10.
[  497.466059] i40e 01:00.0 AQTX: desc and buffer:
[  497.466060] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466061] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466062] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466063] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466115] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466116] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466116] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466117] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466117] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466120] i40e 01:00.0 ntc 10 head 11.
[  497.466121] i40e 01:00.0 AQTX: desc and buffer:
[  497.466121] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466122] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466123] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.466123] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466175] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466176] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466179] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466180] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.466180] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466190] i40e 01:00.0 ntc 11 head 12.
[  497.466191] i40e 01:00.0 AQTX: desc and buffer:
[  497.466192] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466193] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466193] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466194] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466246] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466247] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466248] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466248] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466249] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466252] i40e 01:00.0 ntc 12 head 13.
[  497.466253] i40e 01:00.0 AQTX: desc and buffer:
[  497.466253] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466254] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466255] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466255] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466308] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466309] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466311] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466312] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466312] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466315] i40e 01:00.0 ntc 13 head 14.
[  497.466316] i40e 01:00.0 AQTX: desc and buffer:
[  497.466317] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466318] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466318] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  497.466319] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466371] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466372] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466372] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466373] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  497.466374] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466383] i40e 01:00.0 ntc 14 head 15.
[  497.466384] i40e 01:00.0 AQTX: desc and buffer:
[  497.466385] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466386] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466387] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466440] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466442] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.466443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466444] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  497.466444] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466447] i40e 01:00.0 ntc 15 head 16.
[  497.466448] i40e 01:00.0 AQTX: desc and buffer:
[  497.466449] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.466449] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466450] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  497.466450] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466503] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  497.466503] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466504] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  497.466506] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466508] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  497.466509] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.466512] i40e 01:00.0 ntc 16 head 17.
[  497.466513] i40e 01:00.0 AQTX: desc and buffer:
[  497.466514] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  497.466514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466515] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.466516] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46985000
[  497.466516] i40e 01:00.0 AQ CMD Buffer:
[  497.466518] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466519] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466520] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466521] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466521] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466522] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466523] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466524] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466525] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466525] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466526] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466527] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466528] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466528] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466529] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466531] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466532] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466534] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466534] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466535] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466535] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466537] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466538] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466538] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466539] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466540] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466545] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466548] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466550] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466553] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466555] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466558] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466562] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466566] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466568] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466570] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466573] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466575] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466578] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466580] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466583] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466587] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466591] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466594] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466596] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466598] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466601] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466603] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466605] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466608] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466611] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466616] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466618] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466621] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466624] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466625] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466628] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466630] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466633] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466635] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466638] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466641] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466645] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466647] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466650] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466653] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466655] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466656] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466656] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466658] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466658] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466659] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466660] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466661] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466661] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466662] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466664] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466666] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466666] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466667] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466871] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.466872] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  497.466872] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.466873] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  497.466874] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46985000
[  497.466874] i40e 01:00.0 AQ CMD Buffer:
[  497.466876] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466876] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466877] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  497.466878] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466879] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466879] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466880] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.466881] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466881] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  497.466882] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466883] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.466884] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466886] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  497.466887] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466888] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.466889] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466891] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466891] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466892] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466892] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466893] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  497.466894] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466894] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  497.466895] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466895] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466896] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466899] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466901] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466904] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  497.466907] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466910] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  497.466915] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466917] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  497.466919] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466922] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  497.466925] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466927] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  497.466929] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466932] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  497.466934] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466940] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  497.466942] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466944] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  497.466947] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466950] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.466952] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466955] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  497.466957] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466960] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  497.466965] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466967] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  497.466970] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466972] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  497.466974] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466975] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  497.466976] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466977] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  497.466978] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466979] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  497.466979] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466980] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  497.466981] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466981] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  497.466982] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466983] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  497.466983] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466986] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466988] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466988] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466989] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466989] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466990] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466991] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466991] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466993] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466994] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466994] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466995] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466996] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466996] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.466998] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  497.467000] i40e 01:00.0 ntc 17 head 18.
[  497.467001] i40e 01:00.0 AQTX: desc and buffer:
[  497.467002] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467002] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467003] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  497.467004] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467057] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467059] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467061] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467062] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  497.467065] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467069] i40e 01:00.0 ntc 18 head 19.
[  497.467072] i40e 01:00.0 AQTX: desc and buffer:
[  497.467076] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467080] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467082] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  497.467083] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467137] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467137] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467139] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  497.467140] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467146] i40e 01:00.0 ntc 19 head 20.
[  497.467147] i40e 01:00.0 AQTX: desc and buffer:
[  497.467148] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467150] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467150] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  497.467151] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467203] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467204] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467205] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467205] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  497.467207] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  497.467209] i40e 01:00.0 ntc 20 head 21.
[  497.467210] i40e 01:00.0 AQTX: desc and buffer:
[  497.467211] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467211] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467212] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  497.467213] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467265] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467266] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467267] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467268] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  497.467268] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  497.467272] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  497.467288] i40e 01:00.0 ntc 21 head 22.
[  497.467290] i40e 01:00.0 AQTX: desc and buffer:
[  497.467290] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467291] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467293] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  497.467293] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467345] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  497.467346] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467347] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  497.467348] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467349] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  497.467349] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.467352] i40e 01:00.0 ntc 22 head 23.
[  497.467353] i40e 01:00.0 AQTX: desc and buffer:
[  497.467354] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  497.467355] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467356] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.467356] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489CD000
[  497.467357] i40e 01:00.0 AQ CMD Buffer:
[  497.467358] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467359] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467359] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467361] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467363] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467364] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467365] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467365] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467366] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467367] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467368] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467369] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467369] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467370] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467371] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467372] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467373] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467373] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467374] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467375] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467375] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467376] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467377] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467377] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467378] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467379] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467380] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467381] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467381] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467382] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467383] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467384] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467588] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467589] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  497.467590] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467590] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.467593] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489CD000
[  497.467594] i40e 01:00.0 AQ CMD Buffer:
[  497.467596] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467596] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  497.467599] i40e 01:00.0 ntc 23 head 24.
[  497.467600] i40e 01:00.0 AQTX: desc and buffer:
[  497.467601] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467603] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  497.467603] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  497.467655] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467656] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467657] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467658] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  497.467659] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  497.467668] i40e 01:00.0 ntc 24 head 25.
[  497.467669] i40e 01:00.0 AQTX: desc and buffer:
[  497.467670] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.467671] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467671] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.467672] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  497.467774] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467775] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.467777] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467777] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.467778] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  497.467780] i40e 01:00.0 ntc 25 head 26.
[  497.467781] i40e 01:00.0 AQTX: desc and buffer:
[  497.467782] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  497.467782] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467784] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.467784] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22FE0000
[  497.467785] i40e 01:00.0 AQ CMD Buffer:
[  497.467786] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  497.467787] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.467787] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467788] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  497.467789] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467789] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467792] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.467793] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467896] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.467897] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  497.467900] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467901] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  497.467902] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22FE0000
[  497.467904] i40e 01:00.0 ntc 26 head 27.
[  497.467905] i40e 01:00.0 AQTX: desc and buffer:
[  497.467906] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  497.467907] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.467908] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.467908] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFFF000
[  497.467909] i40e 01:00.0 AQ CMD Buffer:
[  497.467910] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467910] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467911] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.467912] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468015] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468016] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  497.468017] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468017] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.468018] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFFF000
[  497.468019] i40e 01:00.0 AQ CMD Buffer:
[  497.468020] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468020] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.468021] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468022] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468024] i40e 01:00.0 ntc 27 head 28.
[  497.468025] i40e 01:00.0 AQTX: desc and buffer:
[  497.468026] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  497.468026] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468027] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.468028] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  497.468028] i40e 01:00.0 AQ CMD Buffer:
[  497.468031] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468032] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468136] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468137] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  497.468137] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468139] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.468139] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  497.468140] i40e 01:00.0 AQ CMD Buffer:
[  497.468141] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.468141] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468149] i40e 01:00.0 ntc 28 head 29.
[  497.468150] i40e 01:00.0 AQTX: desc and buffer:
[  497.468151] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  497.468152] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468153] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  497.468153] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B27000
[  497.468154] i40e 01:00.0 AQ CMD Buffer:
[  497.468155] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  497.468409] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468410] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  497.468410] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468411] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  497.468412] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B27000
[  497.468412] i40e 01:00.0 AQ CMD Buffer:
[  497.468413] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  497.468415] i40e 01:00.0 ntc 29 head 30.
[  497.468416] i40e 01:00.0 AQTX: desc and buffer:
[  497.468417] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  497.468417] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468418] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  497.468419] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE39000
[  497.468419] i40e 01:00.0 AQ CMD Buffer:
[  497.468420] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  497.468574] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  497.468575] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468578] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  497.468582] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468587] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  497.468589] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE39000
[  497.468590] i40e 01:00.0 AQ CMD Buffer:
[  497.468593] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  497.468617] i40e 01:00.0 ntc 30 head 31.
[  497.468618] i40e 01:00.0 AQTX: desc and buffer:
[  497.468619] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  497.468619] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468620] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.468621] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  497.468622] i40e 01:00.0 AQ CMD Buffer:
[  497.468623] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  497.468624] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.468624] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468625] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  497.468625] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468626] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468627] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.468627] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.468680] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468680] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  497.468681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468682] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  497.468682] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  497.468686] i40e 01:00.0 ntc 31 head 32.
[  497.468687] i40e 01:00.0 AQTX: desc and buffer:
[  497.468687] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.468688] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468689] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.468690] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.468742] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468743] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.468744] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468744] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.468745] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  497.468747] i40e 01:00.0 ntc 32 head 33.
[  497.468748] i40e 01:00.0 AQTX: desc and buffer:
[  497.468748] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.468750] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468751] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.468751] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  497.468803] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468804] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.468805] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468805] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.468807] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  497.468809] i40e 01:00.0 ntc 33 head 34.
[  497.468810] i40e 01:00.0 AQTX: desc and buffer:
[  497.468811] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.468811] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468812] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  497.468813] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.468865] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468866] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.468868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468869] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  497.468870] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  497.468872] i40e 01:00.0 ntc 34 head 35.
[  497.468873] i40e 01:00.0 AQTX: desc and buffer:
[  497.468874] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.468875] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468875] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  497.468876] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.468929] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468930] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.468931] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468931] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  497.468932] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  497.468936] i40e 01:00.0 ntc 35 head 36.
[  497.468937] i40e 01:00.0 AQTX: desc and buffer:
[  497.468937] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.468938] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468939] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  497.468939] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  497.468991] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.468992] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.468993] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.468994] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  497.468995] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  497.468997] i40e 01:00.0 ntc 36 head 37.
[  497.468998] i40e 01:00.0 AQTX: desc and buffer:
[  497.469000] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.469000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469002] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  497.469003] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  497.469055] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.469056] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.469057] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469057] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  497.469058] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  497.469060] i40e 01:00.0 ntc 37 head 38.
[  497.469062] i40e 01:00.0 AQTX: desc and buffer:
[  497.469062] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.469063] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469064] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.469064] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.469117] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.469118] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.469118] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469119] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.469119] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  497.469122] i40e 01:00.0 ntc 38 head 39.
[  497.469123] i40e 01:00.0 AQTX: desc and buffer:
[  497.469124] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.469124] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469125] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.469126] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  497.469178] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.469179] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.469179] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469181] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  497.469181] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  497.469197] i40e 01:00.0 ntc 39 head 40.
[  497.469199] i40e 01:00.0 AQTX: desc and buffer:
[  497.469201] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.469201] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.469202] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  497.469202] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.471224] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.471225] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.471225] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.471226] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  497.471227] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  497.471229] i40e 01:00.0 ntc 40 head 41.
[  497.471230] i40e 01:00.0 AQTX: desc and buffer:
[  497.471231] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  497.471231] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.471232] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.471233] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  497.471233] i40e 01:00.0 AQ CMD Buffer:
[  497.471234] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  497.471235] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  497.471236] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  497.471236] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.471237] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  497.471238] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  497.471238] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  497.471239] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  497.471239] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.471240] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  497.471241] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  497.471241] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  497.471242] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  497.471243] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  497.471245] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  497.471245] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  497.471246] i40e 01:00.0: 	0x00000100: e0 64 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.471247] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  497.471247] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  497.471248] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  497.471249] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  497.471249] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  497.471250] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  497.471251] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  497.471251] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  497.471252] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  497.471252] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  497.471253] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 26 
12 8b f3 8a ff ff
[  497.471254] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  497.471254] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  497.471255] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  497.471256] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 26 
12 8b f3 8a ff ff
[  497.471256] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  497.471257] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  497.474742] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.474743] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  497.474744] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.474744] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.474745] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  497.474746] i40e 01:00.0 AQ CMD Buffer:
[  497.474747] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  497.474747] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.474748] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474750] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474751] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474753] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474754] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474754] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474755] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474756] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474756] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474757] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474758] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474758] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474759] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474760] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474761] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474761] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474762] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474763] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474763] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474764] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474765] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474766] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474766] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474767] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474768] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474768] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474769] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474770] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474770] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474771] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474772] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.474772] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.474775] i40e 0000:01:00.0: PHC enabled
[  497.474779] i40e 01:00.0 ntc 41 head 42.
[  497.474780] i40e 01:00.0 AQTX: desc and buffer:
[  497.474781] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.474782] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.474783] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  497.474783] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.476808] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.476809] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.476810] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.476811] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  497.476811] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  497.476818] i40e 01:00.0 ntc 42 head 43.
[  497.476819] i40e 01:00.0 AQTX: desc and buffer:
[  497.476820] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.476822] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.476822] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.476823] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  497.476875] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.476876] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.476877] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.476878] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.476878] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.476880] i40e 01:00.0 ntc 43 head 44.
[  497.476881] i40e 01:00.0 AQTX: desc and buffer:
[  497.476882] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  497.476883] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.476883] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.476884] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2355D000
[  497.476884] i40e 01:00.0 AQ CMD Buffer:
[  497.476885] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476886] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  497.476887] i40e 01:00.0: 	0x00000020: 10 55 00 00 00 00 00 00 0f 55 
00 00 00 00 00 00
[  497.476888] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  497.476889] i40e 01:00.0: 	0x00000040: 10 55 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  497.476891] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  497.476891] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  497.476892] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  497.476893] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  497.476894] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476894] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  497.476895] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  497.476896] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  497.476897] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  497.476897] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476898] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476899] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  497.476899] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  497.476900] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  497.476901] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  497.476902] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  497.476902] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  497.476903] i40e 01:00.0: 	0x00000160: 60 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.476904] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  497.476905] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  497.476905] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  497.476906] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476907] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  497.476907] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.476908] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  497.476909] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  497.476910] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  497.476911] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.476912] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.480398] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.480399] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  497.480400] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.480400] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.480401] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2355D000
[  497.480402] i40e 01:00.0 AQ CMD Buffer:
[  497.480402] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  497.480403] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.480404] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480405] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480405] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480406] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480407] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480407] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480408] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480409] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480409] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480410] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480411] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480412] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480413] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480415] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480416] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480417] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480417] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480418] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480419] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480419] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480420] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480421] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480421] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480422] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480423] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480423] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480424] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480425] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480425] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480426] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480427] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.480427] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.480430] i40e 01:00.0 ntc 44 head 45.
[  497.480430] i40e 01:00.0 AQTX: desc and buffer:
[  497.480431] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.480432] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.480433] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  497.480433] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.482454] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.482455] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.482456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.482457] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  497.482457] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  497.482459] i40e 01:00.0 ntc 45 head 46.
[  497.482460] i40e 01:00.0 AQTX: desc and buffer:
[  497.482461] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  497.482462] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.482463] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.482463] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  497.482464] i40e 01:00.0 AQ CMD Buffer:
[  497.482465] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  497.482466] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  497.482467] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  497.482468] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  497.482470] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  497.482470] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  497.482471] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  497.482472] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  497.482472] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  497.482473] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  497.482474] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  497.482474] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  497.482475] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  497.482476] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  497.482477] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  497.482477] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  497.482478] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  497.482479] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  497.482480] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  497.482480] i40e 01:00.0: 	0x00000130: 80 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.482481] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  497.482482] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  497.482482] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  497.482483] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  497.482484] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  497.482484] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.482485] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  497.482486] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.482487] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  497.482487] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  497.482488] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 d0 55 23
[  497.482489] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  497.482490] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  497.482492] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  497.485979] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.485980] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  497.485980] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.485981] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.485981] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  497.485982] i40e 01:00.0 AQ CMD Buffer:
[  497.485983] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  497.485984] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.485984] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485985] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485986] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485986] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485987] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485988] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485988] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485989] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485990] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485990] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485991] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485992] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485992] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485993] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485994] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485995] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485996] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485997] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485999] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.485999] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486000] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486001] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486001] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486002] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486003] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486003] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486004] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486004] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486005] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486006] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486006] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486007] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.486010] i40e 01:00.0 ntc 46 head 47.
[  497.486010] i40e 01:00.0 AQTX: desc and buffer:
[  497.486011] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  497.486012] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486012] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.486013] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  497.486014] i40e 01:00.0 AQ CMD Buffer:
[  497.486015] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486015] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486016] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486017] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486017] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486018] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486019] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486020] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486123] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486124] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  497.486125] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486126] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  497.486126] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  497.486127] i40e 01:00.0 AQ CMD Buffer:
[  497.486127] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  497.486128] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.486129] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486130] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486132] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486132] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486133] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.486134] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486136] i40e 01:00.0 ntc 47 head 48.
[  497.486137] i40e 01:00.0 AQTX: desc and buffer:
[  497.486138] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  497.486139] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486139] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.486140] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  497.486140] i40e 01:00.0 AQ CMD Buffer:
[  497.486141] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486142] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486142] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486143] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486246] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486247] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  497.486247] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486248] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.486248] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  497.486249] i40e 01:00.0 AQ CMD Buffer:
[  497.486250] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486250] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.486251] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486252] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486254] i40e 01:00.0 ntc 48 head 49.
[  497.486255] i40e 01:00.0 AQTX: desc and buffer:
[  497.486255] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  497.486256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486257] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.486257] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  497.486258] i40e 01:00.0 AQ CMD Buffer:
[  497.486259] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486259] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486362] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486363] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  497.486363] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486364] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.486365] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  497.486365] i40e 01:00.0 AQ CMD Buffer:
[  497.486366] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.486367] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486370] i40e 01:00.0 ntc 49 head 50.
[  497.486371] i40e 01:00.0 AQTX: desc and buffer:
[  497.486372] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.486372] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486373] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  497.486373] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.486678] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486679] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.486680] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486680] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  497.486681] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  497.486684] i40e 01:00.0 ntc 50 head 51.
[  497.486686] i40e 01:00.0 AQTX: desc and buffer:
[  497.486688] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.486692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486697] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  497.486698] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.486752] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486753] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.486754] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486754] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  497.486755] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  497.486757] i40e 01:00.0 ntc 51 head 52.
[  497.486758] i40e 01:00.0 AQTX: desc and buffer:
[  497.486759] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  497.486760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486761] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  497.486762] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  497.486763] i40e 01:00.0 AQ CMD Buffer:
[  497.486765] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  497.486766] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.486868] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486869] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  497.486870] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486871] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  497.486871] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  497.486872] i40e 01:00.0 AQ CMD Buffer:
[  497.486873] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.486873] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486877] i40e 01:00.0 ntc 52 head 53.
[  497.486878] i40e 01:00.0 AQTX: desc and buffer:
[  497.486879] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  497.486880] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486880] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  497.486881] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  497.486882] i40e 01:00.0 AQ CMD Buffer:
[  497.486883] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486884] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  497.486884] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  497.486885] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  497.486988] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.486988] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  497.486990] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.486990] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  497.486991] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  497.486992] i40e 01:00.0 AQ CMD Buffer:
[  497.486992] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486993] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486994] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486994] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.486996] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  497.486998] i40e 01:00.0 ntc 53 head 54.
[  497.486999] i40e 01:00.0 AQTX: desc and buffer:
[  497.487000] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  497.487000] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487001] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.487001] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  497.487002] i40e 01:00.0 AQ CMD Buffer:
[  497.487003] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  497.487004] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  497.487005] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  497.487006] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  497.487006] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  497.487007] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  497.487008] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 3c 56 
00 00 00 00 00 00
[  497.487009] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  497.487112] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487113] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  497.487113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487114] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  497.487115] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  497.487115] i40e 01:00.0 AQ CMD Buffer:
[  497.487118] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  497.487119] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.487121] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487122] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487123] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487123] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487124] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.487125] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487127] i40e 01:00.0 ntc 54 head 55.
[  497.487128] i40e 01:00.0 AQTX: desc and buffer:
[  497.487129] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  497.487130] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487130] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.487131] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  497.487132] i40e 01:00.0 AQ CMD Buffer:
[  497.487132] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  497.487133] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.487134] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487134] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487135] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487137] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487137] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.487138] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487190] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487191] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  497.487192] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487192] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  497.487193] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  497.487195] i40e 01:00.0 ntc 55 head 56.
[  497.487196] i40e 01:00.0 AQTX: desc and buffer:
[  497.487197] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  497.487198] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487199] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  497.487199] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  497.487200] i40e 01:00.0 AQ CMD Buffer:
[  497.487201] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487202] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  497.487202] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487203] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487204] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487205] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487206] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487206] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487410] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487411] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  497.487412] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487412] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  497.487413] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  497.487414] i40e 01:00.0 AQ CMD Buffer:
[  497.487415] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  497.487415] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  497.487416] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487417] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487418] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487418] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  497.487419] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.487420] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487423] i40e 01:00.0 ntc 56 head 57.
[  497.487424] i40e 01:00.0 AQTX: desc and buffer:
[  497.487426] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  497.487427] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487427] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  497.487428] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  497.487429] i40e 01:00.0 AQ CMD Buffer:
[  497.487430] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487432] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487433] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487434] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487536] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487537] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  497.487538] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487539] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  497.487539] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  497.487540] i40e 01:00.0 AQ CMD Buffer:
[  497.487544] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487549] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.487553] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487555] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487559] i40e 01:00.0 ntc 57 head 58.
[  497.487561] i40e 01:00.0 AQTX: desc and buffer:
[  497.487563] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  497.487566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487568] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  497.487569] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  497.487574] i40e 01:00.0 AQ CMD Buffer:
[  497.487578] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487580] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487684] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487685] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  497.487686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487686] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  497.487687] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  497.487688] i40e 01:00.0 AQ CMD Buffer:
[  497.487690] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  497.487693] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487698] i40e 01:00.0 ntc 58 head 59.
[  497.487699] i40e 01:00.0 AQTX: desc and buffer:
[  497.487700] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.487700] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487701] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  497.487701] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  497.487855] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.487856] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.487858] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487858] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  497.487859] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  497.487862] i40e 01:00.0 ntc 59 head 60.
[  497.487863] i40e 01:00.0 AQTX: desc and buffer:
[  497.487864] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  497.487865] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.487865] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  497.487866] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  497.487867] i40e 01:00.0 AQ CMD Buffer:
[  497.487867] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  497.487868] i40e 01:00.0: 	0x00000010: bc 56 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  497.487869] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  497.487870] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  497.487870] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  497.487871] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  497.487872] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487873] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  497.487874] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  497.487874] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  497.487875] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  497.487876] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487876] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487877] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  497.487878] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  497.487879] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  497.487881] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  497.487882] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  497.487883] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  497.487883] i40e 01:00.0: 	0x00000130: 60 67 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  497.487884] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  497.487885] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  497.487885] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  497.487886] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  497.487887] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  497.487887] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487889] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  497.487889] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  497.487890] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  497.487891] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  497.487891] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.487892] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  497.487893] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  497.487893] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  497.491379] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.491380] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  497.491380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.491381] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  497.491382] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  497.491383] i40e 01:00.0 AQ CMD Buffer:
[  497.491384] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  497.491385] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.491386] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491386] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491387] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491388] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491388] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491389] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491390] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491391] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491391] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491392] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491393] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491393] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491394] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491395] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491395] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491396] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491397] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491397] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491398] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491399] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491399] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491400] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491401] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491401] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491402] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491403] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491403] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491404] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491405] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491406] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491408] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.491409] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.491411] i40e 01:00.0 ntc 60 head 61.
[  497.491412] i40e 01:00.0 AQTX: desc and buffer:
[  497.491412] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.491413] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.491414] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  497.491414] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.493435] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.493436] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.493437] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.493438] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  497.493438] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  497.493441] i40e 01:00.0 ntc 61 head 62.
[  497.493442] i40e 01:00.0 AQTX: desc and buffer:
[  497.493442] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  497.493443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.493444] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.493444] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  497.493445] i40e 01:00.0 AQ CMD Buffer:
[  497.493446] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  497.493446] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.493447] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493448] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493448] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493449] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493450] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493451] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493452] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493454] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493455] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493455] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493456] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493457] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493457] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493458] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493459] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493459] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493460] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493461] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493461] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493462] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493463] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493463] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493464] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493465] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493466] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493466] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493467] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493468] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493469] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493469] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493470] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.493471] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.496957] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.496958] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  497.496959] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.496959] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  497.496960] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  497.496960] i40e 01:00.0 AQ CMD Buffer:
[  497.496961] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  497.496962] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  497.496963] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496963] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496964] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496965] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496965] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496966] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496967] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496968] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496968] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496969] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496970] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496970] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496971] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496972] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496972] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496973] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496974] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496974] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496975] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496976] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496976] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496977] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496978] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496979] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496979] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496980] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496981] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496981] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496982] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496983] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496983] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.496984] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  497.497094] i40e 01:00.0 ntc 62 head 63.
[  497.497095] i40e 01:00.0 AQTX: desc and buffer:
[  497.497096] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  497.497097] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.497098] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  497.497098] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  497.497099] i40e 01:00.0 AQ CMD Buffer:
[  497.497100] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  497.497100] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  497.497101] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.497102] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.497102] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.497103] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.497104] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  497.497104] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  497.497157] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.497157] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  497.497158] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.497159] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  497.497159] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  497.498493] irq 111: Affinity broken due to vector space exhaustion.
[  497.498505] irq 115: Affinity broken due to vector space exhaustion.
[  497.498618] i40e 01:00.0 ntc 63 head 64.
[  497.498620] i40e 01:00.0 AQTX: desc and buffer:
[  497.498621] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.498623] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.498623] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  497.498624] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.498727] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.498728] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.498728] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.498729] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  497.498729] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.498732] i40e 01:00.0 ntc 64 head 65.
[  497.498733] i40e 01:00.0 AQTX: desc and buffer:
[  497.498734] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  497.498736] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.498736] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  497.498737] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  497.498737] i40e 01:00.0 AQ CMD Buffer:
[  497.498738] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  497.498790] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.498791] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  497.498792] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.498792] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  497.498793] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  497.954680] i40e 01:00.0 ntc 65 head 66.
[  497.954681] i40e 01:00.0 AQTX: desc and buffer:
[  497.954683] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.954683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.954684] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  497.954685] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.954838] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.954839] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.954840] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.954841] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  497.954841] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.954844] i40e 01:00.0 ntc 66 head 67.
[  497.954845] i40e 01:00.0 AQTX: desc and buffer:
[  497.954845] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  497.954846] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.954847] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  497.954847] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  497.954848] i40e 01:00.0 AQ CMD Buffer:
[  497.954849] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  497.954850] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  497.955256] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.955257] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  497.955257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.955258] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  497.955259] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  497.955259] i40e 01:00.0 AQ CMD Buffer:
[  497.955260] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  497.955261] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  497.955264] i40e 01:00.0 ntc 67 head 68.
[  497.955265] i40e 01:00.0 AQTX: desc and buffer:
[  497.955265] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  497.955266] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.955267] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  497.955267] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  497.955370] i40e 01:00.0 AQTX: desc and buffer writeback:
[  497.955371] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  497.955371] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  497.955372] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  497.955373] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.732254] i40e 01:00.0 ntc 68 head 69.
[  527.732256] i40e 01:00.0 AQTX: desc and buffer:
[  527.732257] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.732258] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.732259] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.732259] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.732311] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.732312] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.732313] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.732314] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.732314] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742711] i40e 01:00.0 AQTX: desc and buffer:
[  527.742712] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.742713] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742714] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.742714] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742766] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.742767] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.742768] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742768] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  527.742769] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  527.742772] i40e 01:00.0 ntc 0 head 1.
[  527.742772] i40e 01:00.0 AQTX: desc and buffer:
[  527.742773] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.742774] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742775] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.742775] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742827] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.742828] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.742829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742830] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.742830] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742840] i40e 01:00.0 ntc 1 head 2.
[  527.742841] i40e 01:00.0 AQTX: desc and buffer:
[  527.742842] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.742842] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742843] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.742844] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742896] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.742896] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.742897] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742898] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.742898] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742900] i40e 01:00.0 ntc 2 head 3.
[  527.742901] i40e 01:00.0 AQTX: desc and buffer:
[  527.742902] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.742903] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742903] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.742904] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742956] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.742957] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.742958] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742958] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.742959] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.742968] i40e 01:00.0 ntc 3 head 4.
[  527.742969] i40e 01:00.0 AQTX: desc and buffer:
[  527.742970] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.742971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.742971] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.742972] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743024] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743025] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743025] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743026] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743026] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743028] i40e 01:00.0 ntc 4 head 5.
[  527.743029] i40e 01:00.0 AQTX: desc and buffer:
[  527.743030] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743031] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743032] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.743032] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743084] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743085] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743086] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743086] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.743087] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743096] i40e 01:00.0 ntc 5 head 6.
[  527.743097] i40e 01:00.0 AQTX: desc and buffer:
[  527.743098] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743099] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743100] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743152] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743153] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743153] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743154] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743154] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743156] i40e 01:00.0 ntc 6 head 7.
[  527.743157] i40e 01:00.0 AQTX: desc and buffer:
[  527.743158] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743159] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743160] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.743160] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743212] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743213] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743214] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743214] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.743215] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743225] i40e 01:00.0 ntc 7 head 8.
[  527.743226] i40e 01:00.0 AQTX: desc and buffer:
[  527.743226] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743227] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743228] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743228] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743280] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743281] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743282] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743282] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743283] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743285] i40e 01:00.0 ntc 8 head 9.
[  527.743286] i40e 01:00.0 AQTX: desc and buffer:
[  527.743287] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743287] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743288] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.743288] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743341] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743341] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743342] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743343] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.743343] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743353] i40e 01:00.0 ntc 9 head 10.
[  527.743354] i40e 01:00.0 AQTX: desc and buffer:
[  527.743354] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743355] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743356] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743356] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743408] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743409] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743410] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743410] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743411] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743413] i40e 01:00.0 ntc 10 head 11.
[  527.743414] i40e 01:00.0 AQTX: desc and buffer:
[  527.743415] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743416] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743416] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.743417] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743469] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743470] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743470] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743471] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.743472] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743481] i40e 01:00.0 ntc 11 head 12.
[  527.743482] i40e 01:00.0 AQTX: desc and buffer:
[  527.743483] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743483] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743484] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743485] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743537] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743537] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743538] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743539] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743539] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743541] i40e 01:00.0 ntc 12 head 13.
[  527.743549] i40e 01:00.0 AQTX: desc and buffer:
[  527.743551] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743555] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743558] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743561] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743615] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743616] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743616] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743617] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743618] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743620] i40e 01:00.0 ntc 13 head 14.
[  527.743621] i40e 01:00.0 AQTX: desc and buffer:
[  527.743621] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743622] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743623] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  527.743623] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743675] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743676] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743677] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743677] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  527.743678] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743688] i40e 01:00.0 ntc 14 head 15.
[  527.743689] i40e 01:00.0 AQTX: desc and buffer:
[  527.743689] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743690] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743691] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743691] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743743] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743744] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.743745] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743745] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  527.743746] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743749] i40e 01:00.0 ntc 15 head 16.
[  527.743750] i40e 01:00.0 AQTX: desc and buffer:
[  527.743751] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.743751] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743752] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  527.743752] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743806] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  527.743807] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.743807] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  527.743808] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743809] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  527.743809] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.743812] i40e 01:00.0 ntc 16 head 17.
[  527.743813] i40e 01:00.0 AQTX: desc and buffer:
[  527.743814] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  527.743814] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.743815] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.743816] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  527.743817] i40e 01:00.0 AQ CMD Buffer:
[  527.743819] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743820] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743820] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743821] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743822] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743822] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743824] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743825] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743826] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743827] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743828] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743829] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743830] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743831] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743831] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743832] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743832] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743833] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743834] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743835] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743836] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743836] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743837] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743838] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743838] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743839] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743840] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743841] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743842] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743842] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743843] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743844] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743844] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743845] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743846] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743847] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743848] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743849] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743850] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743853] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743853] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743854] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743855] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743856] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743856] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743857] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743858] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743859] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743860] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743860] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743861] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743862] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743862] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743863] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743864] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743865] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743866] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743867] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743867] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743868] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743869] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743869] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743870] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743871] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743873] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743875] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743875] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743876] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743877] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743877] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743878] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743879] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743879] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743880] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743881] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743881] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743882] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743883] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743883] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.743884] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744088] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744091] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  527.744091] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744092] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  527.744093] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AED5000
[  527.744093] i40e 01:00.0 AQ CMD Buffer:
[  527.744094] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744095] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744096] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  527.744097] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744098] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744099] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744099] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.744100] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744101] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  527.744101] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744102] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.744103] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744104] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  527.744104] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744105] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.744106] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744107] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744107] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744108] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744109] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744110] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  527.744111] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744112] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  527.744113] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744114] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744114] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744115] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744117] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744117] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  527.744118] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744119] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  527.744119] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744120] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  527.744121] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744121] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  527.744122] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744123] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  527.744123] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744124] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  527.744124] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744125] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  527.744126] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744126] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  527.744127] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744129] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.744129] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744130] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  527.744131] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744131] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  527.744132] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744133] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  527.744135] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744136] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  527.744137] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744137] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  527.744138] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744138] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  527.744139] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744140] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  527.744141] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744142] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  527.744143] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744143] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  527.744144] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744145] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  527.744145] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744147] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744147] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744148] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744149] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744149] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744150] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744150] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744152] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744152] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744153] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744154] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744154] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744155] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744156] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744158] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  527.744160] i40e 01:00.0 ntc 17 head 18.
[  527.744161] i40e 01:00.0 AQTX: desc and buffer:
[  527.744162] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744163] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744163] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  527.744164] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744217] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744218] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744219] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744220] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  527.744221] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744223] i40e 01:00.0 ntc 18 head 19.
[  527.744224] i40e 01:00.0 AQTX: desc and buffer:
[  527.744225] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744226] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744226] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  527.744227] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744279] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744281] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744281] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744282] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  527.744283] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744285] i40e 01:00.0 ntc 19 head 20.
[  527.744288] i40e 01:00.0 AQTX: desc and buffer:
[  527.744289] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744289] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744290] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  527.744291] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744343] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744344] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744344] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744345] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  527.744346] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  527.744348] i40e 01:00.0 ntc 20 head 21.
[  527.744348] i40e 01:00.0 AQTX: desc and buffer:
[  527.744349] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744350] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744351] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  527.744352] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744406] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744407] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744407] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744408] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  527.744408] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  527.744412] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  527.744430] i40e 01:00.0 ntc 21 head 22.
[  527.744432] i40e 01:00.0 AQTX: desc and buffer:
[  527.744432] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744434] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744434] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  527.744435] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744487] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  527.744488] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744489] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  527.744490] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744490] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  527.744491] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.744493] i40e 01:00.0 ntc 22 head 23.
[  527.744494] i40e 01:00.0 AQTX: desc and buffer:
[  527.744495] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  527.744496] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744496] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.744497] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F618000
[  527.744498] i40e 01:00.0 AQ CMD Buffer:
[  527.744499] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744499] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744501] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744501] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744502] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744503] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744504] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744504] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744505] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744508] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744508] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744509] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744510] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744511] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744511] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744512] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744513] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744513] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744514] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744515] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744515] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744516] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744517] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744518] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744519] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744519] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744520] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744521] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744521] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744522] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744523] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744524] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744728] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744729] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  527.744729] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744730] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.744731] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F618000
[  527.744731] i40e 01:00.0 AQ CMD Buffer:
[  527.744733] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744733] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  527.744737] i40e 01:00.0 ntc 23 head 24.
[  527.744739] i40e 01:00.0 AQTX: desc and buffer:
[  527.744740] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744741] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744741] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  527.744742] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  527.744794] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744795] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744797] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744799] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  527.744803] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  527.744815] i40e 01:00.0 ntc 24 head 25.
[  527.744818] i40e 01:00.0 AQTX: desc and buffer:
[  527.744821] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.744823] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744825] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.744829] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  527.744934] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.744935] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.744935] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744936] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.744937] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  527.744941] i40e 01:00.0 ntc 25 head 26.
[  527.744942] i40e 01:00.0 AQTX: desc and buffer:
[  527.744943] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  527.744943] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.744944] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.744945] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  527.744946] i40e 01:00.0 AQ CMD Buffer:
[  527.744947] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  527.744948] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.744948] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744949] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  527.744950] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744950] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.744951] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.744952] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745055] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745056] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  527.745057] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745058] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  527.745058] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  527.745060] i40e 01:00.0 ntc 26 head 27.
[  527.745061] i40e 01:00.0 AQTX: desc and buffer:
[  527.745062] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  527.745063] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745064] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.745064] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  527.745065] i40e 01:00.0 AQ CMD Buffer:
[  527.745066] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745066] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745068] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745068] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745171] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745172] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  527.745172] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745174] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.745174] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  527.745175] i40e 01:00.0 AQ CMD Buffer:
[  527.745176] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745177] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.745178] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745179] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745182] i40e 01:00.0 ntc 27 head 28.
[  527.745183] i40e 01:00.0 AQTX: desc and buffer:
[  527.745184] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  527.745185] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745185] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.745186] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  527.745186] i40e 01:00.0 AQ CMD Buffer:
[  527.745188] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745188] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745291] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745292] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  527.745293] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745293] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.745294] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  527.745295] i40e 01:00.0 AQ CMD Buffer:
[  527.745296] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.745297] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745306] i40e 01:00.0 ntc 28 head 29.
[  527.745307] i40e 01:00.0 AQTX: desc and buffer:
[  527.745307] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  527.745308] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745310] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  527.745312] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44ACD000
[  527.745312] i40e 01:00.0 AQ CMD Buffer:
[  527.745313] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  527.745567] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745570] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  527.745571] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745571] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  527.745572] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44ACD000
[  527.745572] i40e 01:00.0 AQ CMD Buffer:
[  527.745573] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  527.745575] i40e 01:00.0 ntc 29 head 30.
[  527.745577] i40e 01:00.0 AQTX: desc and buffer:
[  527.745577] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  527.745578] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745580] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  527.745581] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B6BD000
[  527.745582] i40e 01:00.0 AQ CMD Buffer:
[  527.745583] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  527.745738] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  527.745739] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745739] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  527.745740] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745741] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  527.745742] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B6BD000
[  527.745742] i40e 01:00.0 AQ CMD Buffer:
[  527.745743] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  527.745779] i40e 01:00.0 ntc 30 head 31.
[  527.745781] i40e 01:00.0 AQTX: desc and buffer:
[  527.745782] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  527.745783] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745784] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.745784] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF4C000
[  527.745785] i40e 01:00.0 AQ CMD Buffer:
[  527.745786] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  527.745786] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.745787] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745788] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  527.745788] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745789] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745790] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.745791] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.745843] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745844] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  527.745846] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745847] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  527.745847] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF4C000
[  527.745851] i40e 01:00.0 ntc 31 head 32.
[  527.745852] i40e 01:00.0 AQTX: desc and buffer:
[  527.745853] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.745854] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745854] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.745855] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.745908] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745909] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.745910] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745911] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.745912] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  527.745914] i40e 01:00.0 ntc 32 head 33.
[  527.745915] i40e 01:00.0 AQTX: desc and buffer:
[  527.745916] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.745917] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745918] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.745918] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  527.745970] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.745971] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.745972] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745973] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.745973] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  527.745976] i40e 01:00.0 ntc 33 head 34.
[  527.745979] i40e 01:00.0 AQTX: desc and buffer:
[  527.745980] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.745980] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.745981] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  527.745982] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.746034] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746035] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746036] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746037] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  527.746037] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  527.746039] i40e 01:00.0 ntc 34 head 35.
[  527.746041] i40e 01:00.0 AQTX: desc and buffer:
[  527.746042] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746045] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746045] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  527.746046] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.746098] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746099] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746100] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746100] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  527.746101] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  527.746103] i40e 01:00.0 ntc 35 head 36.
[  527.746104] i40e 01:00.0 AQTX: desc and buffer:
[  527.746105] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746108] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746108] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  527.746110] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  527.746162] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746163] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746164] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746165] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  527.746166] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  527.746168] i40e 01:00.0 ntc 36 head 37.
[  527.746169] i40e 01:00.0 AQTX: desc and buffer:
[  527.746170] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746170] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746172] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  527.746173] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  527.746225] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746226] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746227] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746227] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  527.746228] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  527.746230] i40e 01:00.0 ntc 37 head 38.
[  527.746231] i40e 01:00.0 AQTX: desc and buffer:
[  527.746232] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746233] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746233] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.746234] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.746286] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746287] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746287] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746288] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.746289] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  527.746290] i40e 01:00.0 ntc 38 head 39.
[  527.746291] i40e 01:00.0 AQTX: desc and buffer:
[  527.746292] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746293] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746293] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.746294] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  527.746346] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.746347] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.746349] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746350] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  527.746350] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  527.746366] i40e 01:00.0 ntc 39 head 40.
[  527.746367] i40e 01:00.0 AQTX: desc and buffer:
[  527.746368] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.746369] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.746371] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  527.746372] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.748393] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.748394] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.748395] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.748396] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  527.748396] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  527.748399] i40e 01:00.0 ntc 40 head 41.
[  527.748401] i40e 01:00.0 AQTX: desc and buffer:
[  527.748402] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  527.748402] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.748403] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.748404] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  527.748404] i40e 01:00.0 AQ CMD Buffer:
[  527.748405] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  527.748406] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  527.748406] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  527.748407] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.748408] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  527.748408] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  527.748409] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  527.748410] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  527.748410] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.748411] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  527.748411] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  527.748412] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  527.748413] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  527.748413] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  527.748414] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  527.748415] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  527.748415] i40e 01:00.0: 	0x00000100: e0 04 81 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.748416] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  527.748417] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  527.748417] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  527.748418] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  527.748419] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  527.748419] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  527.748420] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  527.748421] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  527.748422] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  527.748424] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  527.748425] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 52 
92 8a f3 8a ff ff
[  527.748425] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  527.748426] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  527.748427] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  527.748427] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 52 
92 8a f3 8a ff ff
[  527.748428] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  527.748429] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  527.751915] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.751916] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  527.751917] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.751917] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.751918] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  527.751919] i40e 01:00.0 AQ CMD Buffer:
[  527.751919] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  527.751920] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.751921] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751922] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751922] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751923] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751924] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751924] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751925] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751926] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751927] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751927] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751928] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751929] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751930] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751930] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751931] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751932] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751932] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751933] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751934] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751935] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751937] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751937] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751938] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751939] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751939] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751940] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751941] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751941] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751942] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751943] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751943] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.751944] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.751946] i40e 0000:01:00.0: PHC enabled
[  527.751949] i40e 01:00.0 ntc 41 head 42.
[  527.751950] i40e 01:00.0 AQTX: desc and buffer:
[  527.751951] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.751951] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.751952] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  527.751953] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.753974] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.753975] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.753976] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.753976] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  527.753977] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  527.753984] i40e 01:00.0 ntc 42 head 43.
[  527.753985] i40e 01:00.0 AQTX: desc and buffer:
[  527.753986] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.753987] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.753987] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.753988] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  527.754040] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.754041] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.754043] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.754043] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.754044] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.754047] i40e 01:00.0 ntc 43 head 44.
[  527.754047] i40e 01:00.0 AQTX: desc and buffer:
[  527.754048] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  527.754049] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.754050] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.754050] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  527.754051] i40e 01:00.0 AQ CMD Buffer:
[  527.754052] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754052] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  527.754053] i40e 01:00.0: 	0x00000020: e8 5a 00 00 00 00 00 00 e7 5a 
00 00 00 00 00 00
[  527.754054] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  527.754054] i40e 01:00.0: 	0x00000040: e8 5a 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  527.754055] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  527.754056] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  527.754057] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  527.754057] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  527.754058] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754059] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  527.754059] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  527.754060] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  527.754061] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  527.754061] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754062] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754063] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  527.754063] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  527.754064] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  527.754066] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  527.754066] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  527.754068] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  527.754069] i40e 01:00.0: 	0x00000160: 60 05 81 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.754070] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  527.754070] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  527.754071] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  527.754072] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754072] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  527.754073] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.754074] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  527.754074] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  527.754075] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  527.754076] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.754077] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.757562] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.757563] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  527.757563] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.757564] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.757565] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  527.757565] i40e 01:00.0 AQ CMD Buffer:
[  527.757566] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  527.757567] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.757569] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757569] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757570] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757571] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757572] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757572] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757573] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757574] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757574] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757575] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757576] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757576] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757577] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757578] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757578] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757579] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757580] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757581] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757581] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757582] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757583] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757583] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757584] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757585] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757585] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757586] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757587] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757587] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757589] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757590] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757591] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.757592] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.757594] i40e 01:00.0 ntc 44 head 45.
[  527.757595] i40e 01:00.0 AQTX: desc and buffer:
[  527.757596] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.757597] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.757597] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  527.757598] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.759619] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.759620] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.759621] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.759622] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  527.759622] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  527.759624] i40e 01:00.0 ntc 45 head 46.
[  527.759625] i40e 01:00.0 AQTX: desc and buffer:
[  527.759626] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  527.759627] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.759627] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.759628] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  527.759629] i40e 01:00.0 AQ CMD Buffer:
[  527.759630] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  527.759631] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  527.759632] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  527.759633] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  527.759633] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  527.759634] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  527.759635] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  527.759636] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  527.759636] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  527.759637] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  527.759638] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  527.759638] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  527.759639] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  527.759640] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  527.759640] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  527.759641] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  527.759642] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  527.759643] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  527.759643] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  527.759644] i40e 01:00.0: 	0x00000130: 80 05 81 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.759645] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  527.759645] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  527.759646] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  527.759647] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  527.759647] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  527.759648] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.759649] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  527.759649] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.759650] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  527.759651] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  527.759652] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 40 3e 4a
[  527.759653] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  527.759654] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  527.759654] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  527.763140] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763141] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  527.763142] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763142] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.763143] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  527.763145] i40e 01:00.0 AQ CMD Buffer:
[  527.763146] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  527.763147] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.763147] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763148] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763149] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763149] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763150] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763151] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763151] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763152] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763153] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763154] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763154] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763155] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763156] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763156] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763157] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763158] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763159] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763159] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763160] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763161] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763161] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763162] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763162] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763163] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763164] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763165] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763166] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763168] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763168] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763169] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763170] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763170] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.763173] i40e 01:00.0 ntc 46 head 47.
[  527.763174] i40e 01:00.0 AQTX: desc and buffer:
[  527.763175] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  527.763176] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763176] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.763177] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  527.763177] i40e 01:00.0 AQ CMD Buffer:
[  527.763178] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763179] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763179] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763180] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763181] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763181] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763182] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763183] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763285] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763286] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  527.763287] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763288] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  527.763288] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D260000
[  527.763289] i40e 01:00.0 AQ CMD Buffer:
[  527.763290] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  527.763290] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.763291] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763292] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763292] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763293] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763294] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.763295] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763298] i40e 01:00.0 ntc 47 head 48.
[  527.763299] i40e 01:00.0 AQTX: desc and buffer:
[  527.763300] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  527.763301] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763301] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.763302] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  527.763302] i40e 01:00.0 AQ CMD Buffer:
[  527.763303] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763304] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763305] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763305] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763408] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763409] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  527.763409] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763410] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.763411] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE91000
[  527.763411] i40e 01:00.0 AQ CMD Buffer:
[  527.763412] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763413] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.763413] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763414] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763416] i40e 01:00.0 ntc 48 head 49.
[  527.763417] i40e 01:00.0 AQTX: desc and buffer:
[  527.763418] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  527.763418] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763419] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.763420] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  527.763420] i40e 01:00.0 AQ CMD Buffer:
[  527.763421] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763422] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763524] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763525] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  527.763526] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763526] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.763527] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  527.763528] i40e 01:00.0 AQ CMD Buffer:
[  527.763528] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.763529] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.763532] i40e 01:00.0 ntc 49 head 50.
[  527.763534] i40e 01:00.0 AQTX: desc and buffer:
[  527.763535] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.763537] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763538] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  527.763538] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.763843] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763844] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.763845] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763846] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  527.763846] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  527.763848] i40e 01:00.0 ntc 50 head 51.
[  527.763851] i40e 01:00.0 AQTX: desc and buffer:
[  527.763852] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.763853] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763853] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  527.763854] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.763906] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.763907] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.763908] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763909] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  527.763910] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  527.763912] i40e 01:00.0 ntc 51 head 52.
[  527.763913] i40e 01:00.0 AQTX: desc and buffer:
[  527.763913] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  527.763915] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.763918] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  527.763918] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  527.763919] i40e 01:00.0 AQ CMD Buffer:
[  527.763920] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  527.763920] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.764023] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764024] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  527.764025] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764025] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  527.764026] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  527.764027] i40e 01:00.0 AQ CMD Buffer:
[  527.764030] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.764031] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764033] i40e 01:00.0 ntc 52 head 53.
[  527.764034] i40e 01:00.0 AQTX: desc and buffer:
[  527.764035] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  527.764036] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764037] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  527.764038] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  527.764038] i40e 01:00.0 AQ CMD Buffer:
[  527.764039] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764040] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  527.764041] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  527.764041] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  527.764144] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764145] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  527.764146] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764147] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  527.764147] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  527.764148] i40e 01:00.0 AQ CMD Buffer:
[  527.764149] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764149] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764150] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764151] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764152] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  527.764154] i40e 01:00.0 ntc 53 head 54.
[  527.764156] i40e 01:00.0 AQTX: desc and buffer:
[  527.764157] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  527.764157] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764158] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.764159] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  527.764159] i40e 01:00.0 AQ CMD Buffer:
[  527.764160] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  527.764161] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  527.764162] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  527.764162] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  527.764165] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  527.764166] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  527.764166] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 14 5c 
00 00 00 00 00 00
[  527.764167] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  527.764269] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764270] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  527.764271] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764272] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  527.764273] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  527.764274] i40e 01:00.0 AQ CMD Buffer:
[  527.764275] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  527.764277] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.764278] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764278] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764279] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764280] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764280] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.764281] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764283] i40e 01:00.0 ntc 54 head 55.
[  527.764284] i40e 01:00.0 AQTX: desc and buffer:
[  527.764285] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  527.764285] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764286] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.764287] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  527.764287] i40e 01:00.0 AQ CMD Buffer:
[  527.764288] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  527.764289] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.764289] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764291] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764292] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764292] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764293] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.764294] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764346] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764347] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  527.764347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764348] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  527.764349] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  527.764351] i40e 01:00.0 ntc 55 head 56.
[  527.764352] i40e 01:00.0 AQTX: desc and buffer:
[  527.764353] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  527.764354] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764355] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  527.764355] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  527.764356] i40e 01:00.0 AQ CMD Buffer:
[  527.764357] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764358] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  527.764358] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764359] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764360] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764361] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764361] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764362] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764566] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764571] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  527.764573] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764576] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  527.764578] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D139000
[  527.764579] i40e 01:00.0 AQ CMD Buffer:
[  527.764582] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  527.764585] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  527.764587] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764590] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764593] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764597] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  527.764600] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.764602] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764607] i40e 01:00.0 ntc 56 head 57.
[  527.764610] i40e 01:00.0 AQTX: desc and buffer:
[  527.764612] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  527.764614] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764615] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  527.764617] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  527.764618] i40e 01:00.0 AQ CMD Buffer:
[  527.764619] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764620] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764621] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764621] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764724] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764726] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  527.764728] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764731] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  527.764733] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  527.764737] i40e 01:00.0 AQ CMD Buffer:
[  527.764740] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764743] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.764745] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764747] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764751] i40e 01:00.0 ntc 57 head 58.
[  527.764754] i40e 01:00.0 AQTX: desc and buffer:
[  527.764756] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  527.764759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764759] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  527.764760] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  527.764762] i40e 01:00.0 AQ CMD Buffer:
[  527.764763] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764764] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764866] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.764867] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  527.764868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764869] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  527.764870] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DC53000
[  527.764873] i40e 01:00.0 AQ CMD Buffer:
[  527.764874] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  527.764874] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.764880] i40e 01:00.0 ntc 58 head 59.
[  527.764881] i40e 01:00.0 AQTX: desc and buffer:
[  527.764882] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.764882] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.764883] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  527.764883] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  527.765037] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.765038] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.765038] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.765039] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  527.765039] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  527.765042] i40e 01:00.0 ntc 59 head 60.
[  527.765043] i40e 01:00.0 AQTX: desc and buffer:
[  527.765044] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  527.765044] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.765045] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  527.765046] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  527.765048] i40e 01:00.0 AQ CMD Buffer:
[  527.765049] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  527.765051] i40e 01:00.0: 	0x00000010: 94 5c 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  527.765052] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  527.765053] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  527.765053] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  527.765054] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  527.765055] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.765055] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  527.765056] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  527.765057] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  527.765057] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  527.765058] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.765059] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.765060] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  527.765061] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  527.765061] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  527.765062] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  527.765062] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  527.765063] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  527.765064] i40e 01:00.0: 	0x00000130: 60 07 81 63 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  527.765065] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  527.765066] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  527.765066] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  527.765067] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  527.765068] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  527.765068] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.765069] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  527.765070] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  527.765072] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  527.765074] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  527.765075] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.765075] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  527.765076] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  527.765077] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  527.768565] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.768566] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  527.768567] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.768567] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  527.768568] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  527.768568] i40e 01:00.0 AQ CMD Buffer:
[  527.768569] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  527.768570] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.768570] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768571] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768572] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768573] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768574] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768575] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768576] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768577] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768577] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768578] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768579] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768579] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768580] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768581] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768581] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768582] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768583] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768583] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768584] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768585] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768585] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768586] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768587] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768587] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768588] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768589] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768589] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768590] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768591] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768592] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768592] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.768593] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.768595] i40e 01:00.0 ntc 60 head 61.
[  527.768597] i40e 01:00.0 AQTX: desc and buffer:
[  527.768598] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.768599] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.768600] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  527.768601] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.770622] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.770623] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.770624] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.770624] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  527.770625] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  527.770627] i40e 01:00.0 ntc 61 head 62.
[  527.770628] i40e 01:00.0 AQTX: desc and buffer:
[  527.770629] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  527.770630] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.770630] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.770631] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  527.770632] i40e 01:00.0 AQ CMD Buffer:
[  527.770632] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  527.770633] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.770634] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770634] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770635] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770636] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770636] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770637] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770638] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770638] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770639] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770640] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770640] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770641] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770642] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770643] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770645] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770645] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770646] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770647] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770647] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770648] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770649] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770649] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770650] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770651] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770651] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770652] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770653] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770654] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770654] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770655] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770656] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.770656] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.774142] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.774143] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  527.774143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.774144] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  527.774145] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  527.774145] i40e 01:00.0 AQ CMD Buffer:
[  527.774146] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  527.774147] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  527.774147] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774148] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774149] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774149] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774150] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774151] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774152] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774152] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774153] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774154] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774154] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774155] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774156] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774156] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774157] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774158] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774158] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774159] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774160] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774160] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774161] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774162] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774162] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774163] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774164] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774164] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774165] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774166] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774166] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774167] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774168] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774168] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  527.774445] i40e 01:00.0 ntc 62 head 63.
[  527.774446] i40e 01:00.0 AQTX: desc and buffer:
[  527.774447] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  527.774448] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.774448] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  527.774449] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  527.774449] i40e 01:00.0 AQ CMD Buffer:
[  527.774450] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  527.774451] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  527.774452] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774452] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774453] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774454] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774455] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  527.774455] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  527.774507] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.774508] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  527.774509] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.774510] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  527.774510] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46938000
[  527.775890] irq 111: Affinity broken due to vector space exhaustion.
[  527.775902] irq 115: Affinity broken due to vector space exhaustion.
[  527.776051] i40e 01:00.0 ntc 63 head 64.
[  527.776052] i40e 01:00.0 AQTX: desc and buffer:
[  527.776053] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.776053] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.776054] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  527.776054] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.776157] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.776158] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.776159] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.776159] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  527.776160] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.776162] i40e 01:00.0 ntc 64 head 65.
[  527.776163] i40e 01:00.0 AQTX: desc and buffer:
[  527.776164] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  527.776165] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.776165] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  527.776166] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  527.776167] i40e 01:00.0 AQ CMD Buffer:
[  527.776167] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  527.776219] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.776220] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  527.776221] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.776221] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  527.776222] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46BB4000
[  527.906567] i40e 01:00.0 ntc 65 head 66.
[  527.906568] i40e 01:00.0 AQTX: desc and buffer:
[  527.906569] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.906570] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.906571] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  527.906571] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.906725] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.906725] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.906726] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.906727] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  527.906727] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.906729] i40e 01:00.0 ntc 66 head 67.
[  527.906730] i40e 01:00.0 AQTX: desc and buffer:
[  527.906731] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  527.906732] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.906732] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  527.906733] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  527.906733] i40e 01:00.0 AQ CMD Buffer:
[  527.906735] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  527.906735] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  527.907141] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.907142] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  527.907143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.907143] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  527.907144] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49EB6000
[  527.907145] i40e 01:00.0 AQ CMD Buffer:
[  527.907145] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  527.907146] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  527.907149] i40e 01:00.0 ntc 67 head 68.
[  527.907150] i40e 01:00.0 AQTX: desc and buffer:
[  527.907151] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  527.907152] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.907152] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  527.907153] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  527.907255] i40e 01:00.0 AQTX: desc and buffer writeback:
[  527.907256] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  527.907257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  527.907258] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  527.907258] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.099944] i40e 01:00.0 ntc 68 head 69.
[  558.099946] i40e 01:00.0 AQTX: desc and buffer:
[  558.099947] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.099948] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.099948] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.099949] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.100001] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.100002] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.100003] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.100003] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.100004] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110287] i40e 01:00.0 AQTX: desc and buffer:
[  558.110288] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110288] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110289] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.110290] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110342] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110343] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110343] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110344] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  558.110344] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  558.110347] i40e 01:00.0 ntc 0 head 1.
[  558.110348] i40e 01:00.0 AQTX: desc and buffer:
[  558.110349] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110349] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110350] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.110351] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110403] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110404] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110405] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.110406] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110415] i40e 01:00.0 ntc 1 head 2.
[  558.110416] i40e 01:00.0 AQTX: desc and buffer:
[  558.110417] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110418] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110418] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110419] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110471] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110472] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110473] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110473] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110475] i40e 01:00.0 ntc 2 head 3.
[  558.110476] i40e 01:00.0 AQTX: desc and buffer:
[  558.110477] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110478] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110479] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.110479] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110531] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110532] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110533] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110533] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.110534] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110543] i40e 01:00.0 ntc 3 head 4.
[  558.110552] i40e 01:00.0 AQTX: desc and buffer:
[  558.110555] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110558] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110560] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110564] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110618] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110619] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110620] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110621] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110621] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110623] i40e 01:00.0 ntc 4 head 5.
[  558.110625] i40e 01:00.0 AQTX: desc and buffer:
[  558.110626] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110626] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110627] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.110628] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110680] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110682] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110685] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.110685] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110695] i40e 01:00.0 ntc 5 head 6.
[  558.110696] i40e 01:00.0 AQTX: desc and buffer:
[  558.110696] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110698] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110698] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110699] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110751] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110752] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110753] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110753] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110754] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110756] i40e 01:00.0 ntc 6 head 7.
[  558.110757] i40e 01:00.0 AQTX: desc and buffer:
[  558.110758] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110758] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110759] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.110760] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110812] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110813] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110815] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110815] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.110816] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110826] i40e 01:00.0 ntc 7 head 8.
[  558.110826] i40e 01:00.0 AQTX: desc and buffer:
[  558.110828] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110828] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110829] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110830] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110882] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110883] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110883] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110884] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110885] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110887] i40e 01:00.0 ntc 8 head 9.
[  558.110888] i40e 01:00.0 AQTX: desc and buffer:
[  558.110888] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110889] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110890] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.110890] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110942] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.110943] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.110944] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110945] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.110945] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.110955] i40e 01:00.0 ntc 9 head 10.
[  558.110956] i40e 01:00.0 AQTX: desc and buffer:
[  558.110957] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.110958] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.110959] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.110960] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111013] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111013] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111014] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111015] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111015] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111017] i40e 01:00.0 ntc 10 head 11.
[  558.111018] i40e 01:00.0 AQTX: desc and buffer:
[  558.111019] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111020] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111021] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.111021] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111073] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111075] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111076] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111076] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.111077] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111086] i40e 01:00.0 ntc 11 head 12.
[  558.111087] i40e 01:00.0 AQTX: desc and buffer:
[  558.111088] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111089] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111089] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111090] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111143] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111144] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111144] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111145] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111146] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111148] i40e 01:00.0 ntc 12 head 13.
[  558.111149] i40e 01:00.0 AQTX: desc and buffer:
[  558.111150] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111151] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111152] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111153] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111205] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111206] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111207] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111207] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111208] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111210] i40e 01:00.0 ntc 13 head 14.
[  558.111212] i40e 01:00.0 AQTX: desc and buffer:
[  558.111212] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111213] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111214] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  558.111214] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111266] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111267] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111268] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  558.111269] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111279] i40e 01:00.0 ntc 14 head 15.
[  558.111280] i40e 01:00.0 AQTX: desc and buffer:
[  558.111280] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111281] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111282] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111283] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111335] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111336] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111337] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111338] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  558.111339] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111341] i40e 01:00.0 ntc 15 head 16.
[  558.111342] i40e 01:00.0 AQTX: desc and buffer:
[  558.111344] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111344] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111345] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  558.111345] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111398] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  558.111398] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111399] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  558.111400] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111401] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  558.111401] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111404] i40e 01:00.0 ntc 16 head 17.
[  558.111405] i40e 01:00.0 AQTX: desc and buffer:
[  558.111406] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  558.111406] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111407] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.111408] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BC000
[  558.111409] i40e 01:00.0 AQ CMD Buffer:
[  558.111411] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111411] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111412] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111413] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111414] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111416] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111417] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111418] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111419] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111420] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111421] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111422] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111422] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111423] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111424] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111424] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111425] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111426] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111427] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111427] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111428] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111429] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111429] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111430] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111431] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111431] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111433] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111433] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111434] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111435] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111435] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111436] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111437] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111437] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111439] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111440] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111442] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111442] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111443] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111444] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111445] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111446] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111446] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111447] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111448] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111448] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111449] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111450] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111451] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111452] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111452] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111453] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111454] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111454] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111455] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111456] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111457] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111458] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111458] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111459] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111460] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111460] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111461] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111462] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111463] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111465] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111465] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111466] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111467] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111467] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111468] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111469] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111470] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111471] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111472] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111472] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111473] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111474] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111474] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111475] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111679] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111680] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  558.111681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111681] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  558.111682] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4F5BC000
[  558.111682] i40e 01:00.0 AQ CMD Buffer:
[  558.111683] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111685] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111685] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  558.111686] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111687] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111687] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111688] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.111689] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111690] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  558.111693] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111693] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.111694] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111695] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  558.111695] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111697] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.111697] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111698] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111699] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111699] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111700] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111701] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  558.111701] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111702] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  558.111703] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111703] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111706] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111708] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111711] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111714] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  558.111718] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111721] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  558.111723] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111726] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  558.111728] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111731] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  558.111733] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111736] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  558.111742] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111745] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  558.111747] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111749] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  558.111752] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111755] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  558.111758] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111760] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.111764] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111768] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  558.111771] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111773] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  558.111776] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111778] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  558.111781] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111783] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  558.111785] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111789] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  558.111793] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111795] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  558.111796] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111797] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  558.111798] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111799] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  558.111800] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111800] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  558.111801] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111802] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  558.111802] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111803] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111804] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111805] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111806] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111807] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111807] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111808] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111809] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111809] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111810] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111811] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111811] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111814] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111815] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.111816] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  558.111818] i40e 01:00.0 ntc 17 head 18.
[  558.111819] i40e 01:00.0 AQTX: desc and buffer:
[  558.111820] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111821] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111822] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  558.111823] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111875] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111876] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111876] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111878] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  558.111880] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111883] i40e 01:00.0 ntc 18 head 19.
[  558.111883] i40e 01:00.0 AQTX: desc and buffer:
[  558.111884] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111885] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111885] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  558.111887] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111939] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.111940] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.111941] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111941] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  558.111942] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.111944] i40e 01:00.0 ntc 19 head 20.
[  558.111946] i40e 01:00.0 AQTX: desc and buffer:
[  558.111947] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.111949] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.111950] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  558.111950] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.112003] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112005] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.112007] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112009] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  558.112012] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  558.112017] i40e 01:00.0 ntc 20 head 21.
[  558.112020] i40e 01:00.0 AQTX: desc and buffer:
[  558.112022] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.112023] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112026] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  558.112028] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.112081] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112083] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.112084] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112084] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  558.112085] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  558.112088] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  558.112101] i40e 01:00.0 ntc 21 head 22.
[  558.112102] i40e 01:00.0 AQTX: desc and buffer:
[  558.112103] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.112104] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112105] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  558.112106] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.112159] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  558.112160] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112161] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  558.112162] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112164] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  558.112164] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.112168] i40e 01:00.0 ntc 22 head 23.
[  558.112169] i40e 01:00.0 AQTX: desc and buffer:
[  558.112170] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  558.112170] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112171] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.112172] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E51000
[  558.112172] i40e 01:00.0 AQ CMD Buffer:
[  558.112173] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112174] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112175] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112175] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112177] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112178] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112178] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112179] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112180] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112180] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112181] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112182] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112182] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112183] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112184] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112185] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112186] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112186] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112187] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112188] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112189] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112190] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112191] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112192] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112193] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112193] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112194] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112195] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112195] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112196] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112197] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112197] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112401] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112402] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  558.112404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112406] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.112407] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E51000
[  558.112407] i40e 01:00.0 AQ CMD Buffer:
[  558.112408] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112409] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  558.112412] i40e 01:00.0 ntc 23 head 24.
[  558.112413] i40e 01:00.0 AQTX: desc and buffer:
[  558.112414] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.112414] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112415] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  558.112416] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  558.112468] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112469] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.112471] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112472] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  558.112473] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  558.112481] i40e 01:00.0 ntc 24 head 25.
[  558.112482] i40e 01:00.0 AQTX: desc and buffer:
[  558.112483] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.112484] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112485] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112485] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  558.112588] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112591] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.112592] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112592] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112593] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  558.112595] i40e 01:00.0 ntc 25 head 26.
[  558.112596] i40e 01:00.0 AQTX: desc and buffer:
[  558.112597] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  558.112598] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112599] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112600] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22FE0000
[  558.112600] i40e 01:00.0 AQ CMD Buffer:
[  558.112601] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  558.112602] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.112603] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112603] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  558.112604] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112605] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112606] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.112607] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112710] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112711] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  558.112711] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112712] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  558.112713] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22FE0000
[  558.112715] i40e 01:00.0 ntc 26 head 27.
[  558.112716] i40e 01:00.0 AQTX: desc and buffer:
[  558.112717] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  558.112719] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112720] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112721] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFFF000
[  558.112722] i40e 01:00.0 AQ CMD Buffer:
[  558.112723] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112723] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112724] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112725] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112828] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112829] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  558.112829] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112830] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112831] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFFF000
[  558.112831] i40e 01:00.0 AQ CMD Buffer:
[  558.112832] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112833] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.112833] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112835] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112837] i40e 01:00.0 ntc 27 head 28.
[  558.112838] i40e 01:00.0 AQTX: desc and buffer:
[  558.112838] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  558.112839] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112840] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112840] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  558.112841] i40e 01:00.0 AQ CMD Buffer:
[  558.112842] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112843] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112946] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.112946] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  558.112947] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112948] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.112949] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  558.112950] i40e 01:00.0 AQ CMD Buffer:
[  558.112951] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.112951] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.112958] i40e 01:00.0 ntc 28 head 29.
[  558.112959] i40e 01:00.0 AQTX: desc and buffer:
[  558.112960] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  558.112961] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.112961] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  558.112962] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B27000
[  558.112962] i40e 01:00.0 AQ CMD Buffer:
[  558.112963] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  558.113218] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113219] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  558.113220] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113221] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  558.113221] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48B27000
[  558.113222] i40e 01:00.0 AQ CMD Buffer:
[  558.113223] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  558.113225] i40e 01:00.0 ntc 29 head 30.
[  558.113226] i40e 01:00.0 AQTX: desc and buffer:
[  558.113227] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  558.113227] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113228] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  558.113229] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE39000
[  558.113229] i40e 01:00.0 AQ CMD Buffer:
[  558.113231] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  558.113384] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  558.113385] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113385] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  558.113386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113387] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  558.113388] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BE39000
[  558.113389] i40e 01:00.0 AQ CMD Buffer:
[  558.113390] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  558.113411] i40e 01:00.0 ntc 30 head 31.
[  558.113412] i40e 01:00.0 AQTX: desc and buffer:
[  558.113412] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  558.113413] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113414] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.113414] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  558.113415] i40e 01:00.0 AQ CMD Buffer:
[  558.113416] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  558.113417] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.113418] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.113419] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  558.113420] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.113420] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.113421] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.113422] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.113474] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113475] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  558.113475] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113476] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  558.113477] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  558.113480] i40e 01:00.0 ntc 31 head 32.
[  558.113482] i40e 01:00.0 AQTX: desc and buffer:
[  558.113483] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113485] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113485] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113486] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.113538] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113539] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113540] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113540] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113541] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  558.113543] i40e 01:00.0 ntc 32 head 33.
[  558.113544] i40e 01:00.0 AQTX: desc and buffer:
[  558.113549] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113553] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113557] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113559] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  558.113612] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113614] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113615] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113615] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113616] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  558.113618] i40e 01:00.0 ntc 33 head 34.
[  558.113620] i40e 01:00.0 AQTX: desc and buffer:
[  558.113620] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113621] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113622] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  558.113622] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.113674] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113675] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113676] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113677] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  558.113677] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  558.113679] i40e 01:00.0 ntc 34 head 35.
[  558.113681] i40e 01:00.0 AQTX: desc and buffer:
[  558.113682] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113682] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113683] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  558.113684] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.113736] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113737] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113737] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113738] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  558.113741] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  558.113744] i40e 01:00.0 ntc 35 head 36.
[  558.113745] i40e 01:00.0 AQTX: desc and buffer:
[  558.113746] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113748] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113750] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  558.113751] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  558.113804] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113805] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113807] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113807] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  558.113808] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  558.113810] i40e 01:00.0 ntc 36 head 37.
[  558.113811] i40e 01:00.0 AQTX: desc and buffer:
[  558.113812] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113813] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  558.113813] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  558.113866] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113867] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113868] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113869] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  558.113869] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  558.113871] i40e 01:00.0 ntc 37 head 38.
[  558.113872] i40e 01:00.0 AQTX: desc and buffer:
[  558.113873] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113873] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113874] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113875] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.113928] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113931] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113931] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113932] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113933] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  558.113935] i40e 01:00.0 ntc 38 head 39.
[  558.113936] i40e 01:00.0 AQTX: desc and buffer:
[  558.113937] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.113937] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113938] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113939] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  558.113992] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.113993] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.113993] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.113994] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  558.113995] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  558.114014] i40e 01:00.0 ntc 39 head 40.
[  558.114015] i40e 01:00.0 AQTX: desc and buffer:
[  558.114016] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.114017] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.114018] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  558.114019] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.116041] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.116043] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.116043] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.116045] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  558.116046] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  558.116048] i40e 01:00.0 ntc 40 head 41.
[  558.116049] i40e 01:00.0 AQTX: desc and buffer:
[  558.116050] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  558.116051] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.116051] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.116052] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  558.116052] i40e 01:00.0 AQ CMD Buffer:
[  558.116053] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  558.116054] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  558.116055] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  558.116055] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.116056] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  558.116057] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  558.116057] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  558.116058] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  558.116058] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.116059] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  558.116060] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  558.116060] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  558.116061] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  558.116062] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  558.116062] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  558.116063] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  558.116063] i40e 01:00.0: 	0x00000100: e0 44 a9 84 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.116064] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  558.116065] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  558.116065] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  558.116066] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  558.116067] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  558.116068] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  558.116070] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  558.116070] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  558.116071] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  558.116072] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  558.116073] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 86 
97 8f f3 8a ff ff
[  558.116073] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  558.116074] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  558.116075] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  558.116075] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 86 
97 8f f3 8a ff ff
[  558.116076] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  558.116076] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  558.119562] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.119563] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  558.119563] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.119564] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.119565] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A46E000
[  558.119565] i40e 01:00.0 AQ CMD Buffer:
[  558.119566] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  558.119567] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.119568] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119568] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119569] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119570] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119570] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119571] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119572] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119572] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119573] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119574] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119574] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119575] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119576] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119576] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119577] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119578] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119578] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119579] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119580] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119581] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119581] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119582] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119583] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119583] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119584] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119585] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119585] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119586] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119587] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119587] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119588] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.119589] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.119590] i40e 0000:01:00.0: PHC enabled
[  558.119593] i40e 01:00.0 ntc 41 head 42.
[  558.119594] i40e 01:00.0 AQTX: desc and buffer:
[  558.119595] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.119596] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.119597] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  558.119597] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.121618] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.121619] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.121620] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.121621] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  558.121621] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  558.121628] i40e 01:00.0 ntc 42 head 43.
[  558.121629] i40e 01:00.0 AQTX: desc and buffer:
[  558.121630] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.121630] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.121631] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.121632] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  558.121685] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.121686] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.121686] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.121687] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.121688] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.121690] i40e 01:00.0 ntc 43 head 44.
[  558.121691] i40e 01:00.0 AQTX: desc and buffer:
[  558.121691] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  558.121692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.121693] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.121693] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2355D000
[  558.121694] i40e 01:00.0 AQ CMD Buffer:
[  558.121695] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121695] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  558.121696] i40e 01:00.0: 	0x00000020: c0 60 00 00 00 00 00 00 bf 60 
00 00 00 00 00 00
[  558.121698] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  558.121699] i40e 01:00.0: 	0x00000040: c0 60 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  558.121701] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  558.121701] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  558.121702] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  558.121703] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  558.121704] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121704] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  558.121705] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  558.121706] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  558.121706] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  558.121707] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121708] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121709] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  558.121709] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  558.121710] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  558.121711] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  558.121711] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  558.121712] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  558.121713] i40e 01:00.0: 	0x00000160: 60 45 a9 84 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.121714] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  558.121714] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  558.121715] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  558.121716] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121716] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  558.121717] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.121718] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  558.121718] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  558.121719] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  558.121720] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.121721] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.125207] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.125208] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  558.125209] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.125210] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.125210] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2355D000
[  558.125211] i40e 01:00.0 AQ CMD Buffer:
[  558.125212] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  558.125212] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.125213] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125214] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125215] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125215] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125216] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125217] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125218] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125220] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125221] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125222] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125222] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125223] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125224] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125225] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125225] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125226] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125227] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125227] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125228] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125229] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125230] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125230] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125231] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125232] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125232] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125233] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125234] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125234] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125235] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125236] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125236] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.125237] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.125239] i40e 01:00.0 ntc 44 head 45.
[  558.125241] i40e 01:00.0 AQTX: desc and buffer:
[  558.125242] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.125244] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.125245] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  558.125245] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.127267] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.127268] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.127268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.127269] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  558.127269] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  558.127272] i40e 01:00.0 ntc 45 head 46.
[  558.127273] i40e 01:00.0 AQTX: desc and buffer:
[  558.127273] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  558.127274] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.127275] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.127275] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  558.127276] i40e 01:00.0 AQ CMD Buffer:
[  558.127277] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  558.127277] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  558.127278] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  558.127279] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  558.127280] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  558.127280] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  558.127282] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  558.127282] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  558.127284] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  558.127285] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  558.127285] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  558.127286] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  558.127287] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  558.127288] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  558.127288] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  558.127289] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  558.127290] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  558.127290] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  558.127291] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  558.127292] i40e 01:00.0: 	0x00000130: 80 45 a9 84 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.127292] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  558.127293] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  558.127294] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  558.127295] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  558.127295] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  558.127296] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.127297] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  558.127297] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.127298] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  558.127299] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  558.127299] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 d0 55 23
[  558.127300] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  558.127301] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  558.127301] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  558.130787] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.130788] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  558.130788] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.130789] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.130790] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  558.130791] i40e 01:00.0 AQ CMD Buffer:
[  558.130792] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  558.130793] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.130794] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130795] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130795] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130796] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130797] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130797] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130798] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130799] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130799] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130800] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130801] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130801] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130802] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130803] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130804] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130804] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130805] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130806] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130806] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130807] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130808] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130808] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130809] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130810] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130810] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130811] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130812] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130813] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130814] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130816] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130816] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130817] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.130819] i40e 01:00.0 ntc 46 head 47.
[  558.130820] i40e 01:00.0 AQTX: desc and buffer:
[  558.130821] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  558.130822] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.130822] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.130823] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  558.130824] i40e 01:00.0 AQ CMD Buffer:
[  558.130824] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130825] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130826] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130826] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130827] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130828] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130828] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130829] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130932] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.130932] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  558.130933] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.130934] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  558.130934] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D7DE000
[  558.130935] i40e 01:00.0 AQ CMD Buffer:
[  558.130936] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  558.130936] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.130937] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130938] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130938] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130939] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130940] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.130940] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130943] i40e 01:00.0 ntc 47 head 48.
[  558.130944] i40e 01:00.0 AQTX: desc and buffer:
[  558.130945] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  558.130945] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.130946] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.130948] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  558.130948] i40e 01:00.0 AQ CMD Buffer:
[  558.130950] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130950] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130951] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.130952] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131054] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131055] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  558.131056] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131056] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.131057] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AB2000
[  558.131058] i40e 01:00.0 AQ CMD Buffer:
[  558.131059] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131061] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.131061] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131062] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131064] i40e 01:00.0 ntc 48 head 49.
[  558.131065] i40e 01:00.0 AQTX: desc and buffer:
[  558.131066] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  558.131066] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131067] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.131068] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  558.131068] i40e 01:00.0 AQ CMD Buffer:
[  558.131069] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131070] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131173] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131173] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  558.131174] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131175] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.131175] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  558.131176] i40e 01:00.0 AQ CMD Buffer:
[  558.131177] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.131177] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131180] i40e 01:00.0 ntc 49 head 50.
[  558.131181] i40e 01:00.0 AQTX: desc and buffer:
[  558.131182] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.131183] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131183] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  558.131184] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.131489] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131489] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.131490] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131491] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  558.131491] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  558.131493] i40e 01:00.0 ntc 50 head 51.
[  558.131494] i40e 01:00.0 AQTX: desc and buffer:
[  558.131495] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.131496] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131497] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  558.131498] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.131551] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131553] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.131556] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131558] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  558.131560] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  558.131564] i40e 01:00.0 ntc 51 head 52.
[  558.131566] i40e 01:00.0 AQTX: desc and buffer:
[  558.131568] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  558.131574] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131576] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  558.131579] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  558.131581] i40e 01:00.0 AQ CMD Buffer:
[  558.131583] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  558.131586] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.131690] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131691] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  558.131692] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131693] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  558.131693] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  558.131694] i40e 01:00.0 AQ CMD Buffer:
[  558.131695] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.131695] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131698] i40e 01:00.0 ntc 52 head 53.
[  558.131701] i40e 01:00.0 AQTX: desc and buffer:
[  558.131703] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  558.131705] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131711] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  558.131713] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  558.131716] i40e 01:00.0 AQ CMD Buffer:
[  558.131718] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131720] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  558.131722] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  558.131725] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  558.131829] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131830] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  558.131831] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131832] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  558.131832] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  558.131833] i40e 01:00.0 AQ CMD Buffer:
[  558.131834] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131834] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131835] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131836] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131837] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  558.131839] i40e 01:00.0 ntc 53 head 54.
[  558.131840] i40e 01:00.0 AQTX: desc and buffer:
[  558.131841] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  558.131842] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131843] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.131844] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  558.131844] i40e 01:00.0 AQ CMD Buffer:
[  558.131845] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  558.131847] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  558.131848] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  558.131849] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  558.131849] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  558.131850] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  558.131851] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 ec 61 
00 00 00 00 00 00
[  558.131851] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  558.131954] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.131955] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  558.131956] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131956] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  558.131957] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  558.131959] i40e 01:00.0 AQ CMD Buffer:
[  558.131960] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  558.131961] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.131962] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131962] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131963] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131964] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131964] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.131966] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131968] i40e 01:00.0 ntc 54 head 55.
[  558.131969] i40e 01:00.0 AQTX: desc and buffer:
[  558.131969] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  558.131971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.131971] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.131972] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  558.131972] i40e 01:00.0 AQ CMD Buffer:
[  558.131973] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  558.131974] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.131975] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131975] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131976] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131977] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.131978] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.131979] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132032] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.132033] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  558.132034] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132034] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  558.132035] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42D33000
[  558.132037] i40e 01:00.0 ntc 55 head 56.
[  558.132038] i40e 01:00.0 AQTX: desc and buffer:
[  558.132039] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  558.132039] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132040] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  558.132041] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  558.132041] i40e 01:00.0 AQ CMD Buffer:
[  558.132042] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132043] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  558.132043] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132044] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132046] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132047] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132049] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132050] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132254] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.132255] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  558.132256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132256] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  558.132258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x24314000
[  558.132258] i40e 01:00.0 AQ CMD Buffer:
[  558.132259] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  558.132260] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  558.132260] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132261] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132262] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132263] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  558.132263] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.132264] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132268] i40e 01:00.0 ntc 56 head 57.
[  558.132269] i40e 01:00.0 AQTX: desc and buffer:
[  558.132270] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  558.132272] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132273] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  558.132274] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  558.132274] i40e 01:00.0 AQ CMD Buffer:
[  558.132275] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132276] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132277] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132278] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132381] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.132382] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  558.132382] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132383] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  558.132384] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  558.132384] i40e 01:00.0 AQ CMD Buffer:
[  558.132386] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132387] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.132387] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132388] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132390] i40e 01:00.0 ntc 57 head 58.
[  558.132391] i40e 01:00.0 AQTX: desc and buffer:
[  558.132392] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  558.132393] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132393] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  558.132394] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  558.132394] i40e 01:00.0 AQ CMD Buffer:
[  558.132395] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132396] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132499] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.132500] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  558.132500] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132501] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  558.132502] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  558.132502] i40e 01:00.0 AQ CMD Buffer:
[  558.132503] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  558.132504] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132509] i40e 01:00.0 ntc 58 head 59.
[  558.132510] i40e 01:00.0 AQTX: desc and buffer:
[  558.132511] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.132511] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132513] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  558.132513] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  558.132668] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.132670] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.132670] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132671] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  558.132672] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  558.132675] i40e 01:00.0 ntc 59 head 60.
[  558.132677] i40e 01:00.0 AQTX: desc and buffer:
[  558.132678] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  558.132681] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.132683] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  558.132686] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  558.132688] i40e 01:00.0 AQ CMD Buffer:
[  558.132691] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  558.132693] i40e 01:00.0: 	0x00000010: 6c 62 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  558.132695] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  558.132700] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  558.132704] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  558.132706] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  558.132709] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132711] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  558.132713] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  558.132716] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  558.132718] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  558.132721] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132725] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132728] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  558.132731] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  558.132733] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  558.132735] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 3f e8 
01 00 00 00 00 00
[  558.132736] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  558.132736] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  558.132738] i40e 01:00.0: 	0x00000130: 60 47 a9 84 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  558.132739] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  558.132739] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  558.132740] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  558.132741] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  558.132741] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  558.132742] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132743] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  558.132743] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  558.132744] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  558.132745] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  558.132746] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.132747] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  558.132748] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  558.132749] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  558.136235] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.136236] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  558.136237] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.136238] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  558.136238] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  558.136239] i40e 01:00.0 AQ CMD Buffer:
[  558.136240] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  558.136240] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.136241] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136242] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136242] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136243] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136244] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136244] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136245] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136246] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136246] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136247] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136248] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136248] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136249] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136250] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136251] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136251] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136253] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136254] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136255] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136255] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136256] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136257] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136258] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136258] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136259] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136259] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136260] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136261] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136262] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136262] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136263] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.136263] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.136265] i40e 01:00.0 ntc 60 head 61.
[  558.136266] i40e 01:00.0 AQTX: desc and buffer:
[  558.136267] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.136268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.136269] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  558.136269] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.138290] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.138291] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.138292] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.138293] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  558.138293] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  558.138296] i40e 01:00.0 ntc 61 head 62.
[  558.138297] i40e 01:00.0 AQTX: desc and buffer:
[  558.138297] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  558.138298] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.138298] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.138299] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  558.138299] i40e 01:00.0 AQ CMD Buffer:
[  558.138300] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  558.138301] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.138302] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138303] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138303] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138304] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138305] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138305] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138306] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138307] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138308] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138309] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138310] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138312] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138312] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138313] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138314] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138314] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138315] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138316] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138317] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138317] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138318] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138319] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138319] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138320] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138321] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138321] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138322] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138323] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138323] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138324] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138325] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.138325] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.141811] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.141812] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  558.141812] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.141813] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  558.141814] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  558.141814] i40e 01:00.0 AQ CMD Buffer:
[  558.141815] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  558.141816] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  558.141816] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141817] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141818] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141818] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141819] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141820] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141820] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141821] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141822] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141822] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141823] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141824] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141824] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141825] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141826] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141827] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141827] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141828] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141829] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141829] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141830] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141831] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141831] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141832] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141833] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141833] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141834] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141835] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141835] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141836] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141837] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141837] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  558.141934] i40e 01:00.0 ntc 62 head 63.
[  558.141935] i40e 01:00.0 AQTX: desc and buffer:
[  558.141936] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  558.141936] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.141937] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  558.141938] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  558.141938] i40e 01:00.0 AQ CMD Buffer:
[  558.141939] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  558.141940] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  558.141941] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141941] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141942] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141943] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141943] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  558.141944] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  558.141996] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.141997] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  558.141998] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.141998] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  558.141999] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  558.143332] irq 111: Affinity broken due to vector space exhaustion.
[  558.143344] irq 115: Affinity broken due to vector space exhaustion.
[  558.143450] i40e 01:00.0 ntc 63 head 64.
[  558.143451] i40e 01:00.0 AQTX: desc and buffer:
[  558.143452] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.143454] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.143455] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  558.143455] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.143558] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.143559] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.143560] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.143560] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  558.143561] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.143563] i40e 01:00.0 ntc 64 head 65.
[  558.143566] i40e 01:00.0 AQTX: desc and buffer:
[  558.143568] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  558.143573] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.143574] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  558.143575] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  558.143576] i40e 01:00.0 AQ CMD Buffer:
[  558.143577] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  558.143629] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.143630] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  558.143631] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.143632] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  558.143633] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  558.946557] i40e 01:00.0 ntc 65 head 66.
[  558.946558] i40e 01:00.0 AQTX: desc and buffer:
[  558.946560] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.946560] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.946561] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  558.946562] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.946715] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.946716] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.946717] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.946717] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  558.946718] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.946720] i40e 01:00.0 ntc 66 head 67.
[  558.946721] i40e 01:00.0 AQTX: desc and buffer:
[  558.946722] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  558.946722] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.946723] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  558.946724] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  558.946724] i40e 01:00.0 AQ CMD Buffer:
[  558.946726] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  558.946727] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  558.947132] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.947133] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  558.947134] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.947135] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  558.947135] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  558.947136] i40e 01:00.0 AQ CMD Buffer:
[  558.947137] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  558.947137] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  558.947140] i40e 01:00.0 ntc 67 head 68.
[  558.947141] i40e 01:00.0 AQTX: desc and buffer:
[  558.947142] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  558.947143] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.947143] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  558.947144] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  558.947247] i40e 01:00.0 AQTX: desc and buffer writeback:
[  558.947248] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  558.947248] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  558.947249] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  558.947249] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.378768] i40e 01:00.0 ntc 68 head 69.
[  588.378769] i40e 01:00.0 AQTX: desc and buffer:
[  588.378771] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.378772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.378772] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.378773] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.378825] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.378826] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.378826] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.378827] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.378828] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389341] i40e 01:00.0 AQTX: desc and buffer:
[  588.389342] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389342] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389343] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.389344] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389396] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389397] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389397] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389398] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  588.389399] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  588.389401] i40e 01:00.0 ntc 0 head 1.
[  588.389402] i40e 01:00.0 AQTX: desc and buffer:
[  588.389403] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389404] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.389405] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389457] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389458] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389459] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.389460] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389469] i40e 01:00.0 ntc 1 head 2.
[  588.389470] i40e 01:00.0 AQTX: desc and buffer:
[  588.389471] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389472] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389473] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389525] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389526] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389526] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389527] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389528] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389530] i40e 01:00.0 ntc 2 head 3.
[  588.389531] i40e 01:00.0 AQTX: desc and buffer:
[  588.389531] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389532] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389533] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.389533] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389585] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389586] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389587] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389587] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.389588] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389597] i40e 01:00.0 ntc 3 head 4.
[  588.389598] i40e 01:00.0 AQTX: desc and buffer:
[  588.389599] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389600] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389601] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389601] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389654] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389655] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389656] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389656] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389657] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389659] i40e 01:00.0 ntc 4 head 5.
[  588.389663] i40e 01:00.0 AQTX: desc and buffer:
[  588.389663] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389664] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389665] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.389665] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389718] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389718] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389719] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389720] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.389721] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389730] i40e 01:00.0 ntc 5 head 6.
[  588.389731] i40e 01:00.0 AQTX: desc and buffer:
[  588.389732] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389733] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389734] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389734] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389786] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389787] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389788] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389789] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389789] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389793] i40e 01:00.0 ntc 6 head 7.
[  588.389794] i40e 01:00.0 AQTX: desc and buffer:
[  588.389795] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389795] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389796] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.389797] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389849] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389850] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389851] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389852] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.389852] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389861] i40e 01:00.0 ntc 7 head 8.
[  588.389863] i40e 01:00.0 AQTX: desc and buffer:
[  588.389864] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389864] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389865] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389865] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389917] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389918] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389919] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389919] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389921] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389924] i40e 01:00.0 ntc 8 head 9.
[  588.389925] i40e 01:00.0 AQTX: desc and buffer:
[  588.389926] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389926] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389927] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.389928] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389980] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.389981] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.389982] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389983] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.389983] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.389993] i40e 01:00.0 ntc 9 head 10.
[  588.389994] i40e 01:00.0 AQTX: desc and buffer:
[  588.389995] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.389995] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.389996] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.389997] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390049] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390050] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390051] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390051] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390053] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390056] i40e 01:00.0 ntc 10 head 11.
[  588.390057] i40e 01:00.0 AQTX: desc and buffer:
[  588.390057] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390059] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390059] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.390060] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390112] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390113] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390113] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390114] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.390115] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390124] i40e 01:00.0 ntc 11 head 12.
[  588.390126] i40e 01:00.0 AQTX: desc and buffer:
[  588.390126] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390127] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390128] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390128] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390180] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390181] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390182] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390183] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390184] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390189] i40e 01:00.0 ntc 12 head 13.
[  588.390190] i40e 01:00.0 AQTX: desc and buffer:
[  588.390190] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390191] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390192] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390193] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390245] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390246] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390247] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390247] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390248] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390250] i40e 01:00.0 ntc 13 head 14.
[  588.390253] i40e 01:00.0 AQTX: desc and buffer:
[  588.390254] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390256] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  588.390258] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390310] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390311] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390312] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390313] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  588.390313] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390323] i40e 01:00.0 ntc 14 head 15.
[  588.390324] i40e 01:00.0 AQTX: desc and buffer:
[  588.390325] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390325] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390326] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390326] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390379] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390380] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390380] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390381] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  588.390381] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390385] i40e 01:00.0 ntc 15 head 16.
[  588.390386] i40e 01:00.0 AQTX: desc and buffer:
[  588.390387] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390388] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390389] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  588.390390] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390442] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  588.390443] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390444] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  588.390445] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390445] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  588.390446] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390449] i40e 01:00.0 ntc 16 head 17.
[  588.390452] i40e 01:00.0 AQTX: desc and buffer:
[  588.390452] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  588.390453] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390454] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.390454] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46985000
[  588.390455] i40e 01:00.0 AQ CMD Buffer:
[  588.390457] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390458] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390459] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390460] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390461] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390462] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390462] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390463] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390464] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390464] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390465] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390466] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390466] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390467] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390468] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390469] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390470] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390471] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390472] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390474] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390475] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390476] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390477] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390477] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390478] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390478] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390479] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390480] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390481] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390482] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390483] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390483] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390484] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390484] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390485] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390486] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390487] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390488] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390488] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390489] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390490] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390490] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390491] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390492] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390494] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390494] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390497] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390497] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390498] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390499] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390500] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390500] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390501] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390502] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390502] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390503] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390505] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390505] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390506] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390507] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390507] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390508] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390509] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390509] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390511] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390511] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390512] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390513] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390513] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390514] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390515] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390515] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390517] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390518] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390519] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390520] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390521] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390521] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390522] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390523] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390727] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390730] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  588.390733] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390734] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  588.390736] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46985000
[  588.390738] i40e 01:00.0 AQ CMD Buffer:
[  588.390740] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390742] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390746] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  588.390750] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390752] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390755] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390758] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.390760] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390762] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  588.390765] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390767] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.390771] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390775] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  588.390777] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390780] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.390782] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390785] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390787] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390790] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390793] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390798] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  588.390800] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390802] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  588.390805] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390806] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390807] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390808] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390808] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390809] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  588.390810] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390811] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  588.390811] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390812] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  588.390812] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390814] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  588.390815] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390815] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  588.390816] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390817] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  588.390817] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390818] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  588.390820] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390821] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  588.390823] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390824] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.390825] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390826] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  588.390826] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390827] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  588.390828] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390829] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  588.390830] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390830] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  588.390831] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390832] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  588.390832] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390833] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  588.390834] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390834] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  588.390836] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390836] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  588.390837] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390838] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  588.390838] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390839] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  588.390840] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390840] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390841] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390842] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390845] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390845] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390847] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390848] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390848] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390849] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390850] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390851] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390852] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390852] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390853] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.390854] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  588.390857] i40e 01:00.0 ntc 17 head 18.
[  588.390858] i40e 01:00.0 AQTX: desc and buffer:
[  588.390859] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390860] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390860] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  588.390861] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390913] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390917] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390919] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390921] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  588.390924] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390927] i40e 01:00.0 ntc 18 head 19.
[  588.390930] i40e 01:00.0 AQTX: desc and buffer:
[  588.390934] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.390937] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390940] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  588.390942] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.390995] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.390997] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.390997] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.390998] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  588.390999] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.391002] i40e 01:00.0 ntc 19 head 20.
[  588.391003] i40e 01:00.0 AQTX: desc and buffer:
[  588.391004] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.391005] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391005] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  588.391006] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.391058] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391059] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.391059] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391061] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  588.391061] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  588.391063] i40e 01:00.0 ntc 20 head 21.
[  588.391064] i40e 01:00.0 AQTX: desc and buffer:
[  588.391066] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.391068] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391069] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  588.391069] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.391122] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391122] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.391123] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391124] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  588.391124] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  588.391128] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  588.391152] i40e 01:00.0 ntc 21 head 22.
[  588.391154] i40e 01:00.0 AQTX: desc and buffer:
[  588.391155] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.391156] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391157] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  588.391158] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.391211] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  588.391211] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391212] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  588.391213] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391213] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  588.391214] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.391216] i40e 01:00.0 ntc 22 head 23.
[  588.391218] i40e 01:00.0 AQTX: desc and buffer:
[  588.391219] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  588.391220] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391221] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.391222] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489CD000
[  588.391224] i40e 01:00.0 AQ CMD Buffer:
[  588.391226] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391227] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391227] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391228] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391229] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391230] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391230] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391231] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391232] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391233] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391234] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391234] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391235] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391236] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391236] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391237] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391238] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391239] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391240] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391241] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391241] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391242] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391243] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391243] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391244] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391245] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391248] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391248] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391249] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391250] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391250] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391251] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391455] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391456] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  588.391456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391457] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.391458] i40e 01:00.0 	addr (h,l)   0x0000000C 0x489CD000
[  588.391458] i40e 01:00.0 AQ CMD Buffer:
[  588.391459] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391460] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  588.391465] i40e 01:00.0 ntc 23 head 24.
[  588.391466] i40e 01:00.0 AQTX: desc and buffer:
[  588.391467] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.391468] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391469] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  588.391470] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  588.391522] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391523] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.391523] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391524] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  588.391526] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  588.391538] i40e 01:00.0 ntc 24 head 25.
[  588.391540] i40e 01:00.0 AQTX: desc and buffer:
[  588.391541] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.391541] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391542] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391543] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  588.391645] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391646] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.391647] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391648] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391648] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  588.391651] i40e 01:00.0 ntc 25 head 26.
[  588.391652] i40e 01:00.0 AQTX: desc and buffer:
[  588.391653] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  588.391654] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391654] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391655] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DC7000
[  588.391655] i40e 01:00.0 AQ CMD Buffer:
[  588.391656] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  588.391657] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.391658] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391659] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  588.391660] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391661] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391661] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.391662] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391766] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391767] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  588.391768] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391769] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  588.391770] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DC7000
[  588.391772] i40e 01:00.0 ntc 26 head 27.
[  588.391773] i40e 01:00.0 AQTX: desc and buffer:
[  588.391776] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  588.391777] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391778] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391779] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A4F2000
[  588.391780] i40e 01:00.0 AQ CMD Buffer:
[  588.391781] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391782] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391783] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391783] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391886] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.391887] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  588.391888] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391889] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391890] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A4F2000
[  588.391890] i40e 01:00.0 AQ CMD Buffer:
[  588.391891] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391892] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.391893] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391893] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391895] i40e 01:00.0 ntc 27 head 28.
[  588.391896] i40e 01:00.0 AQTX: desc and buffer:
[  588.391897] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  588.391898] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.391899] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.391899] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23F5D000
[  588.391900] i40e 01:00.0 AQ CMD Buffer:
[  588.391901] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.391901] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392004] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392005] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  588.392005] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392006] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.392007] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23F5D000
[  588.392008] i40e 01:00.0 AQ CMD Buffer:
[  588.392009] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.392009] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392019] i40e 01:00.0 ntc 28 head 29.
[  588.392020] i40e 01:00.0 AQTX: desc and buffer:
[  588.392021] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  588.392022] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392022] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  588.392023] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  588.392023] i40e 01:00.0 AQ CMD Buffer:
[  588.392024] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  588.392278] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392279] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  588.392280] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392281] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  588.392282] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  588.392282] i40e 01:00.0 AQ CMD Buffer:
[  588.392283] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  588.392285] i40e 01:00.0 ntc 29 head 30.
[  588.392287] i40e 01:00.0 AQTX: desc and buffer:
[  588.392288] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  588.392288] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392289] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  588.392289] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  588.392290] i40e 01:00.0 AQ CMD Buffer:
[  588.392291] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  588.392444] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  588.392445] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392445] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  588.392446] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392447] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  588.392447] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  588.392448] i40e 01:00.0 AQ CMD Buffer:
[  588.392449] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  588.392487] i40e 01:00.0 ntc 30 head 31.
[  588.392488] i40e 01:00.0 AQTX: desc and buffer:
[  588.392489] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  588.392490] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392490] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.392491] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  588.392491] i40e 01:00.0 AQ CMD Buffer:
[  588.392492] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  588.392494] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.392494] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392495] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  588.392496] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392497] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392498] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.392499] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.392552] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392555] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  588.392557] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392559] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  588.392561] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  588.392566] i40e 01:00.0 ntc 31 head 32.
[  588.392570] i40e 01:00.0 AQTX: desc and buffer:
[  588.392572] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392574] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392576] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.392578] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.392632] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392634] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392634] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392636] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.392638] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  588.392640] i40e 01:00.0 ntc 32 head 33.
[  588.392641] i40e 01:00.0 AQTX: desc and buffer:
[  588.392641] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392642] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392643] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.392643] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  588.392695] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392696] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392698] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392698] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.392699] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  588.392701] i40e 01:00.0 ntc 33 head 34.
[  588.392703] i40e 01:00.0 AQTX: desc and buffer:
[  588.392705] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392705] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392707] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  588.392709] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.392763] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392764] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392765] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392767] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  588.392767] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  588.392771] i40e 01:00.0 ntc 34 head 35.
[  588.392772] i40e 01:00.0 AQTX: desc and buffer:
[  588.392773] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392773] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392774] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  588.392775] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.392827] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392828] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392828] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392829] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  588.392830] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  588.392832] i40e 01:00.0 ntc 35 head 36.
[  588.392833] i40e 01:00.0 AQTX: desc and buffer:
[  588.392835] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392837] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392837] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  588.392838] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  588.392890] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392892] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392893] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392893] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  588.392894] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  588.392896] i40e 01:00.0 ntc 36 head 37.
[  588.392898] i40e 01:00.0 AQTX: desc and buffer:
[  588.392900] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392901] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392902] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  588.392903] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  588.392956] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.392957] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.392958] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392958] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  588.392959] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  588.392961] i40e 01:00.0 ntc 37 head 38.
[  588.392962] i40e 01:00.0 AQTX: desc and buffer:
[  588.392963] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.392963] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.392965] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.392965] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.393017] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.393018] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.393019] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.393019] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.393020] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  588.393022] i40e 01:00.0 ntc 38 head 39.
[  588.393023] i40e 01:00.0 AQTX: desc and buffer:
[  588.393024] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.393024] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.393025] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.393026] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  588.393078] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.393079] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.393080] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.393080] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  588.393081] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  588.393097] i40e 01:00.0 ntc 39 head 40.
[  588.393098] i40e 01:00.0 AQTX: desc and buffer:
[  588.393099] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.393100] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.393101] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  588.393102] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.395124] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.395124] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.395125] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.395126] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  588.395126] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  588.395129] i40e 01:00.0 ntc 40 head 41.
[  588.395130] i40e 01:00.0 AQTX: desc and buffer:
[  588.395131] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  588.395132] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.395133] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.395134] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44986000
[  588.395136] i40e 01:00.0 AQ CMD Buffer:
[  588.395137] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  588.395137] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  588.395138] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  588.395139] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.395139] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  588.395140] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  588.395141] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  588.395141] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  588.395142] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.395143] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  588.395143] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  588.395144] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  588.395144] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  588.395145] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  588.395146] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  588.395146] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  588.395147] i40e 01:00.0: 	0x00000100: e0 64 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.395148] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  588.395148] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  588.395149] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  588.395150] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  588.395150] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  588.395151] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  588.395152] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  588.395152] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  588.395153] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  588.395154] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  588.395154] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 30 
65 8b f3 8a ff ff
[  588.395155] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  588.395156] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  588.395157] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  588.395159] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 30 
65 8b f3 8a ff ff
[  588.395159] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  588.395160] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  588.398645] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.398646] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  588.398647] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.398647] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.398648] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44986000
[  588.398649] i40e 01:00.0 AQ CMD Buffer:
[  588.398650] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  588.398650] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.398651] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398652] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398652] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398653] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398654] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398654] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398656] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398657] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398658] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398659] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398660] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398660] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398661] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398662] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398662] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398663] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398664] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398664] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398665] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398666] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398667] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398667] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398668] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398669] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398669] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398670] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398671] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398671] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398672] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398673] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398674] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.398674] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.398676] i40e 0000:01:00.0: PHC enabled
[  588.398680] i40e 01:00.0 ntc 41 head 42.
[  588.398681] i40e 01:00.0 AQTX: desc and buffer:
[  588.398682] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.398683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.398683] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  588.398684] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.400705] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.400706] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.400707] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.400707] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  588.400708] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  588.400715] i40e 01:00.0 ntc 42 head 43.
[  588.400716] i40e 01:00.0 AQTX: desc and buffer:
[  588.400717] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.400717] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.400718] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.400719] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  588.400771] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.400772] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.400772] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.400773] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.400774] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.400776] i40e 01:00.0 ntc 43 head 44.
[  588.400778] i40e 01:00.0 AQTX: desc and buffer:
[  588.400779] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  588.400780] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.400781] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.400781] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  588.400782] i40e 01:00.0 AQ CMD Buffer:
[  588.400783] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400783] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  588.400784] i40e 01:00.0: 	0x00000020: 98 66 00 00 00 00 00 00 97 66 
00 00 00 00 00 00
[  588.400785] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  588.400786] i40e 01:00.0: 	0x00000040: 98 66 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  588.400786] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  588.400787] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  588.400788] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  588.400788] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  588.400789] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400790] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  588.400790] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  588.400791] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  588.400792] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  588.400792] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400793] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400794] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  588.400794] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  588.400795] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  588.400796] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  588.400797] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  588.400797] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  588.400798] i40e 01:00.0: 	0x00000160: 60 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.400798] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  588.400799] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  588.400800] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  588.400801] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400802] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  588.400804] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.400804] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  588.400805] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  588.400806] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  588.400806] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.400807] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.404292] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.404294] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  588.404295] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.404297] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.404297] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  588.404298] i40e 01:00.0 AQ CMD Buffer:
[  588.404299] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  588.404299] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.404300] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404301] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404301] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404302] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404303] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404303] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404304] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404305] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404305] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404306] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404307] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404307] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404308] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404309] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404309] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404310] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404311] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404311] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404312] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404313] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404313] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404314] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404315] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404316] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404317] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404318] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404319] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404320] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404321] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404321] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404322] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.404323] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.404325] i40e 01:00.0 ntc 44 head 45.
[  588.404326] i40e 01:00.0 AQTX: desc and buffer:
[  588.404327] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.404327] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.404328] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  588.404329] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.406350] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.406351] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.406351] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.406352] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  588.406353] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  588.406355] i40e 01:00.0 ntc 45 head 46.
[  588.406356] i40e 01:00.0 AQTX: desc and buffer:
[  588.406357] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  588.406357] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.406358] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.406359] i40e 01:00.0 	addr (h,l)   0x0000000C 0x246D8000
[  588.406359] i40e 01:00.0 AQ CMD Buffer:
[  588.406360] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  588.406361] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  588.406362] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  588.406362] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  588.406363] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  588.406364] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  588.406364] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  588.406365] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  588.406366] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  588.406366] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  588.406367] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  588.406368] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  588.406369] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  588.406370] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  588.406372] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  588.406372] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  588.406373] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  588.406374] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  588.406374] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  588.406375] i40e 01:00.0: 	0x00000130: 80 65 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.406376] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  588.406377] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  588.406377] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  588.406378] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  588.406378] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  588.406379] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.406380] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  588.406381] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.406381] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  588.406382] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  588.406383] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 10 ff 4c
[  588.406383] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  588.406384] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  588.406384] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  588.409873] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.409873] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  588.409875] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.409876] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.409876] i40e 01:00.0 	addr (h,l)   0x0000000C 0x246D8000
[  588.409877] i40e 01:00.0 AQ CMD Buffer:
[  588.409878] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  588.409878] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.409879] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409880] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409880] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409881] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409882] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409882] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409883] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409884] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409884] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409885] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409886] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409886] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409887] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409888] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409889] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409889] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409890] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409891] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409891] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409892] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409893] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409893] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409894] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409894] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409895] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409896] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409897] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409899] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409899] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409900] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409901] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409901] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.409904] i40e 01:00.0 ntc 46 head 47.
[  588.409905] i40e 01:00.0 AQTX: desc and buffer:
[  588.409906] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  588.409906] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.409907] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.409908] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  588.409908] i40e 01:00.0 AQ CMD Buffer:
[  588.409909] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409910] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409910] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409911] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409912] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409912] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409913] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.409914] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410016] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410017] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  588.410018] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410019] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  588.410019] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  588.410020] i40e 01:00.0 AQ CMD Buffer:
[  588.410021] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  588.410021] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.410022] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410023] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410023] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410024] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410025] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.410025] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410029] i40e 01:00.0 ntc 47 head 48.
[  588.410030] i40e 01:00.0 AQTX: desc and buffer:
[  588.410030] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  588.410031] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410032] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.410032] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AEC0000
[  588.410033] i40e 01:00.0 AQ CMD Buffer:
[  588.410034] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410034] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410035] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410036] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410138] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410139] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  588.410140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410140] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.410141] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AEC0000
[  588.410142] i40e 01:00.0 AQ CMD Buffer:
[  588.410142] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410143] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.410144] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410144] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410146] i40e 01:00.0 ntc 48 head 49.
[  588.410147] i40e 01:00.0 AQTX: desc and buffer:
[  588.410148] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  588.410149] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410149] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.410150] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  588.410151] i40e 01:00.0 AQ CMD Buffer:
[  588.410151] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410152] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410255] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410256] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  588.410256] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410257] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.410258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  588.410258] i40e 01:00.0 AQ CMD Buffer:
[  588.410259] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.410260] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410263] i40e 01:00.0 ntc 49 head 50.
[  588.410264] i40e 01:00.0 AQTX: desc and buffer:
[  588.410265] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.410266] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410266] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  588.410267] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.410572] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410575] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.410577] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410578] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  588.410583] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  588.410588] i40e 01:00.0 ntc 50 head 51.
[  588.410590] i40e 01:00.0 AQTX: desc and buffer:
[  588.410593] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.410595] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410597] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  588.410600] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.410653] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410654] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.410655] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410656] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  588.410656] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  588.410658] i40e 01:00.0 ntc 51 head 52.
[  588.410659] i40e 01:00.0 AQTX: desc and buffer:
[  588.410660] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  588.410661] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410662] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  588.410662] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  588.410663] i40e 01:00.0 AQ CMD Buffer:
[  588.410663] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  588.410665] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.410767] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410768] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  588.410769] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410769] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  588.410770] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  588.410771] i40e 01:00.0 AQ CMD Buffer:
[  588.410772] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.410773] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410775] i40e 01:00.0 ntc 52 head 53.
[  588.410776] i40e 01:00.0 AQTX: desc and buffer:
[  588.410777] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  588.410777] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410778] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  588.410778] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  588.410780] i40e 01:00.0 AQ CMD Buffer:
[  588.410780] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410781] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  588.410782] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  588.410782] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  588.410885] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.410886] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  588.410887] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410888] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  588.410888] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  588.410889] i40e 01:00.0 AQ CMD Buffer:
[  588.410890] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410891] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410891] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410892] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.410894] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  588.410896] i40e 01:00.0 ntc 53 head 54.
[  588.410897] i40e 01:00.0 AQTX: desc and buffer:
[  588.410899] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  588.410899] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.410900] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.410901] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  588.410901] i40e 01:00.0 AQ CMD Buffer:
[  588.410902] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  588.410903] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  588.410903] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  588.410904] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  588.410904] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  588.410906] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  588.410906] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 c4 67 
00 00 00 00 00 00
[  588.410907] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  588.411010] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411011] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  588.411012] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411013] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  588.411013] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  588.411014] i40e 01:00.0 AQ CMD Buffer:
[  588.411015] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  588.411015] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.411016] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411016] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411017] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411018] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411018] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.411019] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411021] i40e 01:00.0 ntc 54 head 55.
[  588.411022] i40e 01:00.0 AQTX: desc and buffer:
[  588.411023] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  588.411024] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411025] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.411026] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  588.411028] i40e 01:00.0 AQ CMD Buffer:
[  588.411029] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  588.411029] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.411030] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411031] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411031] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411032] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411033] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.411034] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411086] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411087] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  588.411088] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411088] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  588.411090] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  588.411092] i40e 01:00.0 ntc 55 head 56.
[  588.411094] i40e 01:00.0 AQTX: desc and buffer:
[  588.411095] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  588.411097] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411097] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  588.411098] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  588.411098] i40e 01:00.0 AQ CMD Buffer:
[  588.411099] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411100] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  588.411101] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411101] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411102] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411103] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411104] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411105] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411308] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411309] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  588.411310] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411311] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  588.411312] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  588.411313] i40e 01:00.0 AQ CMD Buffer:
[  588.411315] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  588.411315] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  588.411316] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411317] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411318] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411318] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  588.411319] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.411320] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411323] i40e 01:00.0 ntc 56 head 57.
[  588.411323] i40e 01:00.0 AQTX: desc and buffer:
[  588.411324] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  588.411325] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411326] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  588.411326] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  588.411327] i40e 01:00.0 AQ CMD Buffer:
[  588.411328] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411328] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411329] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411330] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411433] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411434] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  588.411435] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411435] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  588.411436] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  588.411436] i40e 01:00.0 AQ CMD Buffer:
[  588.411437] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411438] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.411439] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411439] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411441] i40e 01:00.0 ntc 57 head 58.
[  588.411443] i40e 01:00.0 AQTX: desc and buffer:
[  588.411444] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  588.411444] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411445] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  588.411446] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  588.411446] i40e 01:00.0 AQ CMD Buffer:
[  588.411448] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411449] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411554] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411556] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  588.411559] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411560] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  588.411565] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  588.411569] i40e 01:00.0 AQ CMD Buffer:
[  588.411571] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  588.411574] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411582] i40e 01:00.0 ntc 58 head 59.
[  588.411584] i40e 01:00.0 AQTX: desc and buffer:
[  588.411586] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.411592] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411594] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  588.411597] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  588.411751] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.411752] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.411753] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411754] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  588.411754] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  588.411757] i40e 01:00.0 ntc 59 head 60.
[  588.411758] i40e 01:00.0 AQTX: desc and buffer:
[  588.411759] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  588.411760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.411760] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  588.411761] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  588.411762] i40e 01:00.0 AQ CMD Buffer:
[  588.411763] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  588.411763] i40e 01:00.0: 	0x00000010: 44 68 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  588.411764] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  588.411765] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  588.411766] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  588.411767] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  588.411767] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411768] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  588.411769] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  588.411769] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  588.411770] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  588.411772] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411774] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411774] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  588.411775] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  588.411776] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  588.411776] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  588.411777] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  588.411778] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  588.411779] i40e 01:00.0: 	0x00000130: 60 67 f2 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  588.411780] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  588.411780] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  588.411781] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  588.411782] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  588.411783] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  588.411784] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411786] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  588.411788] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  588.411791] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  588.411794] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  588.411798] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.411800] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  588.411803] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  588.411805] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  588.415292] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.415293] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  588.415294] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.415294] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  588.415295] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  588.415295] i40e 01:00.0 AQ CMD Buffer:
[  588.415297] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  588.415298] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.415300] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415300] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415301] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415302] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415302] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415303] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415304] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415304] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415305] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415306] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415306] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415307] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415308] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415308] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415309] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415310] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415310] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415311] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415312] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415312] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415313] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415314] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415314] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415315] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415315] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415316] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415317] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415317] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415318] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415319] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415319] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.415320] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.415322] i40e 01:00.0 ntc 60 head 61.
[  588.415324] i40e 01:00.0 AQTX: desc and buffer:
[  588.415325] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.415326] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.415326] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  588.415327] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.417348] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.417349] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.417350] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.417351] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  588.417351] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  588.417354] i40e 01:00.0 ntc 61 head 62.
[  588.417355] i40e 01:00.0 AQTX: desc and buffer:
[  588.417355] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  588.417356] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.417357] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.417357] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  588.417358] i40e 01:00.0 AQ CMD Buffer:
[  588.417359] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  588.417359] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.417360] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417361] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417361] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417362] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417363] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417364] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417364] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417365] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417366] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417366] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417367] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417369] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417370] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417371] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417371] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417372] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417373] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417373] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417374] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417375] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417375] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417376] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417377] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417377] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417378] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417379] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417380] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417380] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417381] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417382] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417382] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.417383] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.420868] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.420869] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  588.420870] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.420870] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  588.420871] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  588.420871] i40e 01:00.0 AQ CMD Buffer:
[  588.420872] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  588.420873] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  588.420873] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420874] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420875] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420876] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420876] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420877] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420878] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420878] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420879] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420880] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420880] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420881] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420882] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420882] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420883] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420884] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420884] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420885] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420886] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420886] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420887] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420888] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420889] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420889] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420890] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420891] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420891] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420892] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420893] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420893] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420894] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.420895] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  588.421193] i40e 01:00.0 ntc 62 head 63.
[  588.421195] i40e 01:00.0 AQTX: desc and buffer:
[  588.421195] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  588.421196] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.421196] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  588.421197] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  588.421198] i40e 01:00.0 AQ CMD Buffer:
[  588.421199] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  588.421199] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  588.421200] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.421201] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.421201] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.421202] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.421203] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  588.421203] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  588.421256] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.421256] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  588.421257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.421258] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  588.421258] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  588.422643] irq 111: Affinity broken due to vector space exhaustion.
[  588.422655] irq 115: Affinity broken due to vector space exhaustion.
[  588.422805] i40e 01:00.0 ntc 63 head 64.
[  588.422807] i40e 01:00.0 AQTX: desc and buffer:
[  588.422808] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.422809] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.422810] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  588.422812] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.422914] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.422915] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.422916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.422917] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  588.422917] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.422920] i40e 01:00.0 ntc 64 head 65.
[  588.422921] i40e 01:00.0 AQTX: desc and buffer:
[  588.422922] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  588.422923] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.422925] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  588.422926] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  588.422926] i40e 01:00.0 AQ CMD Buffer:
[  588.422927] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  588.422979] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.422980] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  588.422981] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.422982] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  588.422982] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  588.962562] i40e 01:00.0 ntc 65 head 66.
[  588.962564] i40e 01:00.0 AQTX: desc and buffer:
[  588.962565] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.962566] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.962567] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  588.962567] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.962721] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.962722] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.962722] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.962723] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  588.962724] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.962726] i40e 01:00.0 ntc 66 head 67.
[  588.962727] i40e 01:00.0 AQTX: desc and buffer:
[  588.962728] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  588.962729] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.962729] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  588.962730] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  588.962731] i40e 01:00.0 AQ CMD Buffer:
[  588.962732] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  588.962733] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  588.963139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.963140] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  588.963140] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.963141] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  588.963142] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  588.963142] i40e 01:00.0 AQ CMD Buffer:
[  588.963143] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  588.963144] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  588.963147] i40e 01:00.0 ntc 67 head 68.
[  588.963148] i40e 01:00.0 AQTX: desc and buffer:
[  588.963149] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  588.963149] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.963150] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  588.963151] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  588.963253] i40e 01:00.0 AQTX: desc and buffer writeback:
[  588.963254] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  588.963255] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  588.963255] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  588.963256] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.753958] i40e 01:00.0 ntc 68 head 69.
[  618.753959] i40e 01:00.0 AQTX: desc and buffer:
[  618.753960] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.753961] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.753962] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.753962] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.754014] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.754015] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.754016] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.754017] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.754017] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764380] i40e 01:00.0 AQTX: desc and buffer:
[  618.764381] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764382] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764383] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.764383] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764435] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764436] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764437] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764437] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  618.764438] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  618.764441] i40e 01:00.0 ntc 0 head 1.
[  618.764441] i40e 01:00.0 AQTX: desc and buffer:
[  618.764442] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764443] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764444] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.764444] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764497] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764497] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764498] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764499] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.764499] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764509] i40e 01:00.0 ntc 1 head 2.
[  618.764510] i40e 01:00.0 AQTX: desc and buffer:
[  618.764511] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764511] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764512] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764512] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764565] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764566] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764569] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764572] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764573] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764575] i40e 01:00.0 ntc 2 head 3.
[  618.764577] i40e 01:00.0 AQTX: desc and buffer:
[  618.764578] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764578] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764579] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.764580] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764632] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764633] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764633] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764634] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.764635] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764644] i40e 01:00.0 ntc 3 head 4.
[  618.764645] i40e 01:00.0 AQTX: desc and buffer:
[  618.764646] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764646] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764647] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764648] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764701] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764704] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764704] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764705] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764706] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764708] i40e 01:00.0 ntc 4 head 5.
[  618.764709] i40e 01:00.0 AQTX: desc and buffer:
[  618.764710] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764710] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764711] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.764711] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764764] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764764] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764765] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764767] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.764769] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764779] i40e 01:00.0 ntc 5 head 6.
[  618.764780] i40e 01:00.0 AQTX: desc and buffer:
[  618.764780] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764781] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764782] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764782] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764834] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764835] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764837] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764839] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764839] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764841] i40e 01:00.0 ntc 6 head 7.
[  618.764842] i40e 01:00.0 AQTX: desc and buffer:
[  618.764843] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764844] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764845] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.764846] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764898] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764899] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764900] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764901] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.764903] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764913] i40e 01:00.0 ntc 7 head 8.
[  618.764914] i40e 01:00.0 AQTX: desc and buffer:
[  618.764915] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764916] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764917] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764918] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764970] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.764971] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.764971] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764972] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.764973] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.764975] i40e 01:00.0 ntc 8 head 9.
[  618.764976] i40e 01:00.0 AQTX: desc and buffer:
[  618.764977] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.764978] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.764978] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.764979] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765031] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765032] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765033] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765033] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.765034] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765044] i40e 01:00.0 ntc 9 head 10.
[  618.765045] i40e 01:00.0 AQTX: desc and buffer:
[  618.765046] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765046] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765047] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765048] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765100] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765102] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765103] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765103] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765104] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765106] i40e 01:00.0 ntc 10 head 11.
[  618.765107] i40e 01:00.0 AQTX: desc and buffer:
[  618.765108] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765108] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765110] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.765110] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765162] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765163] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765164] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765165] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.765165] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765175] i40e 01:00.0 ntc 11 head 12.
[  618.765176] i40e 01:00.0 AQTX: desc and buffer:
[  618.765177] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765177] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765178] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765178] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765231] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765232] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765232] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765234] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765234] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765236] i40e 01:00.0 ntc 12 head 13.
[  618.765237] i40e 01:00.0 AQTX: desc and buffer:
[  618.765238] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765239] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765239] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765240] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765293] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765294] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765294] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765295] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765295] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765298] i40e 01:00.0 ntc 13 head 14.
[  618.765299] i40e 01:00.0 AQTX: desc and buffer:
[  618.765300] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765300] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765301] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  618.765301] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765353] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765354] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765356] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765358] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  618.765358] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765368] i40e 01:00.0 ntc 14 head 15.
[  618.765369] i40e 01:00.0 AQTX: desc and buffer:
[  618.765370] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765370] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765371] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765372] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765424] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765425] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765425] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765426] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  618.765426] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765429] i40e 01:00.0 ntc 15 head 16.
[  618.765430] i40e 01:00.0 AQTX: desc and buffer:
[  618.765431] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765431] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765432] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  618.765432] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765485] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  618.765486] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765488] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  618.765489] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765489] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  618.765490] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765493] i40e 01:00.0 ntc 16 head 17.
[  618.765494] i40e 01:00.0 AQTX: desc and buffer:
[  618.765495] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  618.765496] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765497] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.765497] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF4A000
[  618.765498] i40e 01:00.0 AQ CMD Buffer:
[  618.765499] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765501] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765502] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765503] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765504] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765504] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765505] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765507] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765507] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765509] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765509] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765510] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765511] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765511] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765512] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765512] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765514] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765515] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765515] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765516] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765516] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765517] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765518] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765518] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765520] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765521] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765521] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765522] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765522] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765523] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765524] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765524] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765526] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765526] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765527] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765529] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765529] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765530] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765532] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765533] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765533] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765534] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765535] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765535] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765536] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765536] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765538] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765538] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765539] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765540] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765541] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765541] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765542] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765543] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765543] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765544] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765545] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765546] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765546] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765547] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765548] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765553] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765555] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765558] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765563] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765565] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765568] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765571] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765573] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765575] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765578] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765580] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765584] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765589] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765591] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765593] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765595] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765598] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765600] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765603] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765809] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765810] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  618.765810] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765811] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  618.765812] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF4A000
[  618.765812] i40e 01:00.0 AQ CMD Buffer:
[  618.765813] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765814] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765815] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  618.765816] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765817] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765818] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765818] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.765819] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765820] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  618.765820] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765821] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.765822] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765822] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  618.765824] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765824] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.765825] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765826] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765827] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765828] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765830] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765831] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  618.765832] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765833] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  618.765834] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765834] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765835] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765836] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765836] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765837] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  618.765838] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765839] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  618.765840] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765840] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  618.765841] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765842] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  618.765842] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765843] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  618.765844] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765845] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  618.765845] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765847] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  618.765847] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765848] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  618.765849] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765850] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.765850] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765852] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  618.765853] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765854] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  618.765855] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765856] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  618.765856] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765857] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  618.765858] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765858] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  618.765859] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765860] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  618.765860] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765862] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  618.765863] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765863] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  618.765864] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765865] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  618.765866] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765866] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  618.765867] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765868] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765869] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765870] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765870] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765871] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765873] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765873] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765875] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765878] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765880] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765882] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765885] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765888] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765890] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.765893] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  618.765900] i40e 01:00.0 ntc 17 head 18.
[  618.765902] i40e 01:00.0 AQTX: desc and buffer:
[  618.765904] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765907] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765909] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  618.765911] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765964] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.765968] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.765968] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765970] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  618.765971] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.765973] i40e 01:00.0 ntc 18 head 19.
[  618.765974] i40e 01:00.0 AQTX: desc and buffer:
[  618.765975] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.765976] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.765976] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  618.765977] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766029] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766030] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.766031] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766031] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  618.766032] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766034] i40e 01:00.0 ntc 19 head 20.
[  618.766035] i40e 01:00.0 AQTX: desc and buffer:
[  618.766037] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.766038] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766038] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  618.766039] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766091] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766092] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.766093] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766093] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  618.766095] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  618.766097] i40e 01:00.0 ntc 20 head 21.
[  618.766097] i40e 01:00.0 AQTX: desc and buffer:
[  618.766098] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.766099] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766100] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  618.766100] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766155] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766156] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.766156] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766157] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  618.766158] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  618.766162] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  618.766177] i40e 01:00.0 ntc 21 head 22.
[  618.766178] i40e 01:00.0 AQTX: desc and buffer:
[  618.766179] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.766179] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766180] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  618.766181] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766234] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  618.766234] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766235] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  618.766236] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766236] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  618.766237] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.766240] i40e 01:00.0 ntc 22 head 23.
[  618.766241] i40e 01:00.0 AQTX: desc and buffer:
[  618.766242] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  618.766242] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766243] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.766244] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  618.766244] i40e 01:00.0 AQ CMD Buffer:
[  618.766246] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766247] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766248] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766248] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766249] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766250] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766250] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766251] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766252] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766254] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766256] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766256] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766257] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766258] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766258] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766259] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766260] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766261] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766262] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766263] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766264] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766264] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766265] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766266] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766266] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766267] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766268] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766269] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766270] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766270] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766271] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766272] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766476] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766476] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  618.766477] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766478] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.766478] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42CA8000
[  618.766479] i40e 01:00.0 AQ CMD Buffer:
[  618.766480] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766480] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  618.766483] i40e 01:00.0 ntc 23 head 24.
[  618.766484] i40e 01:00.0 AQTX: desc and buffer:
[  618.766485] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.766486] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766487] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  618.766487] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  618.766539] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766540] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.766541] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766542] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  618.766542] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  618.766556] i40e 01:00.0 ntc 24 head 25.
[  618.766560] i40e 01:00.0 AQTX: desc and buffer:
[  618.766564] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.766568] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766569] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766571] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  618.766675] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766676] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.766677] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766678] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766678] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  618.766681] i40e 01:00.0 ntc 25 head 26.
[  618.766682] i40e 01:00.0 AQTX: desc and buffer:
[  618.766683] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  618.766683] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766685] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766687] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  618.766689] i40e 01:00.0 AQ CMD Buffer:
[  618.766691] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  618.766694] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.766697] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766700] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  618.766701] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766702] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766703] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.766703] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766806] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766807] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  618.766809] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766810] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  618.766810] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D40F000
[  618.766813] i40e 01:00.0 ntc 26 head 27.
[  618.766814] i40e 01:00.0 AQTX: desc and buffer:
[  618.766814] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  618.766815] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766815] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766816] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B56000
[  618.766816] i40e 01:00.0 AQ CMD Buffer:
[  618.766817] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766818] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766819] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766820] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766923] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.766924] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  618.766924] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766925] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766926] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44B56000
[  618.766926] i40e 01:00.0 AQ CMD Buffer:
[  618.766927] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766928] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.766929] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766929] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766931] i40e 01:00.0 ntc 27 head 28.
[  618.766933] i40e 01:00.0 AQTX: desc and buffer:
[  618.766933] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  618.766934] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.766934] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.766936] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BDC7000
[  618.766936] i40e 01:00.0 AQ CMD Buffer:
[  618.766937] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.766938] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767041] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767042] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  618.767042] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767043] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.767043] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BDC7000
[  618.767044] i40e 01:00.0 AQ CMD Buffer:
[  618.767046] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.767048] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767056] i40e 01:00.0 ntc 28 head 29.
[  618.767057] i40e 01:00.0 AQTX: desc and buffer:
[  618.767058] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  618.767059] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767059] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  618.767060] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A307000
[  618.767060] i40e 01:00.0 AQ CMD Buffer:
[  618.767061] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  618.767316] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767317] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  618.767317] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767318] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  618.767319] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A307000
[  618.767319] i40e 01:00.0 AQ CMD Buffer:
[  618.767320] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  618.767322] i40e 01:00.0 ntc 29 head 30.
[  618.767323] i40e 01:00.0 AQTX: desc and buffer:
[  618.767324] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  618.767324] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767325] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  618.767326] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49CCB000
[  618.767326] i40e 01:00.0 AQ CMD Buffer:
[  618.767329] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  618.767482] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  618.767483] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767483] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  618.767484] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767485] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  618.767485] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49CCB000
[  618.767486] i40e 01:00.0 AQ CMD Buffer:
[  618.767487] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  618.767511] i40e 01:00.0 ntc 30 head 31.
[  618.767512] i40e 01:00.0 AQTX: desc and buffer:
[  618.767513] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  618.767514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767514] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.767515] i40e 01:00.0 	addr (h,l)   0x0000000C 0x238C7000
[  618.767516] i40e 01:00.0 AQ CMD Buffer:
[  618.767517] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  618.767518] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.767518] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767519] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  618.767520] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767520] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767521] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.767522] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.767577] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767580] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  618.767581] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767583] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  618.767586] i40e 01:00.0 	addr (h,l)   0x0000000C 0x238C7000
[  618.767591] i40e 01:00.0 ntc 31 head 32.
[  618.767595] i40e 01:00.0 AQTX: desc and buffer:
[  618.767599] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767600] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767603] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.767605] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.767658] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767660] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767660] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767662] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.767663] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  618.767665] i40e 01:00.0 ntc 32 head 33.
[  618.767666] i40e 01:00.0 AQTX: desc and buffer:
[  618.767667] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767667] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767668] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.767669] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  618.767721] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767722] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767723] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767724] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.767724] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  618.767727] i40e 01:00.0 ntc 33 head 34.
[  618.767729] i40e 01:00.0 AQTX: desc and buffer:
[  618.767730] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767730] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767731] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  618.767732] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.767784] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767785] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767785] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767786] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  618.767787] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  618.767789] i40e 01:00.0 ntc 34 head 35.
[  618.767790] i40e 01:00.0 AQTX: desc and buffer:
[  618.767790] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767791] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767792] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  618.767792] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.767845] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767846] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767847] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767847] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  618.767848] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  618.767850] i40e 01:00.0 ntc 35 head 36.
[  618.767851] i40e 01:00.0 AQTX: desc and buffer:
[  618.767852] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767852] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767854] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  618.767854] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  618.767906] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767907] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767908] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767909] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  618.767910] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  618.767912] i40e 01:00.0 ntc 36 head 37.
[  618.767913] i40e 01:00.0 AQTX: desc and buffer:
[  618.767914] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767914] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767915] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  618.767916] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  618.767968] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.767970] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.767970] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767971] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  618.767972] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  618.767974] i40e 01:00.0 ntc 37 head 38.
[  618.767975] i40e 01:00.0 AQTX: desc and buffer:
[  618.767976] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.767977] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.767977] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.767978] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.768030] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.768031] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.768032] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.768036] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.768036] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  618.768039] i40e 01:00.0 ntc 38 head 39.
[  618.768040] i40e 01:00.0 AQTX: desc and buffer:
[  618.768040] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.768041] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.768041] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.768042] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  618.768094] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.768095] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.768096] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.768097] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  618.768098] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  618.768114] i40e 01:00.0 ntc 39 head 40.
[  618.768115] i40e 01:00.0 AQTX: desc and buffer:
[  618.768116] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.768117] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.768117] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  618.768118] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.770139] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.770140] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.770141] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.770141] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  618.770142] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  618.770144] i40e 01:00.0 ntc 40 head 41.
[  618.770145] i40e 01:00.0 AQTX: desc and buffer:
[  618.770146] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  618.770147] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.770147] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.770148] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  618.770148] i40e 01:00.0 AQ CMD Buffer:
[  618.770149] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  618.770150] i40e 01:00.0: 	0x00000010: f8 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  618.770152] i40e 01:00.0: 	0x00000020: 08 76 47 47 8e 9f ff ff f8 76 
47 47 8e 9f ff ff
[  618.770153] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.770155] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  618.770155] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff 18 76 
47 47 8e 9f ff ff
[  618.770156] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  618.770157] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  618.770157] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.770158] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  618.770159] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  618.770159] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  618.770160] i40e 01:00.0: 	0x000000c0: 80 76 47 47 8e 9f ff ff 38 76 
47 47 8e 9f ff ff
[  618.770161] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  618.770161] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  618.770162] i40e 01:00.0: 	0x000000f0: e0 84 4e 64 f3 8a ff ff f8 76 
47 47 8e 9f ff ff
[  618.770163] i40e 01:00.0: 	0x00000100: e0 84 58 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.770163] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  618.770164] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  618.770165] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  618.770165] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 84 
4e 64 f3 8a ff ff
[  618.770166] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  618.770167] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  618.770167] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  618.770168] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  618.770169] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  618.770169] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  618.770170] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 64 
51 8f f3 8a ff ff
[  618.770171] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  618.770171] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  618.770172] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  618.770172] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 64 
51 8f f3 8a ff ff
[  618.770173] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  618.770174] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  618.773659] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.773660] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  618.773661] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.773661] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.773663] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A28000
[  618.773663] i40e 01:00.0 AQ CMD Buffer:
[  618.773665] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  618.773666] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.773666] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773667] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773668] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773668] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773669] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773670] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773671] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773671] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773672] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773673] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773673] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773674] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773675] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773676] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773676] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773677] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773677] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773678] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773679] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773680] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773680] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773681] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773682] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773682] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773683] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773684] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773685] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773686] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773687] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773688] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773689] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.773689] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.773691] i40e 0000:01:00.0: PHC enabled
[  618.773694] i40e 01:00.0 ntc 41 head 42.
[  618.773695] i40e 01:00.0 AQTX: desc and buffer:
[  618.773696] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.773697] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.773697] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  618.773698] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.775719] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.775720] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.775721] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.775721] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  618.775722] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  618.775729] i40e 01:00.0 ntc 42 head 43.
[  618.775730] i40e 01:00.0 AQTX: desc and buffer:
[  618.775731] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.775731] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.775733] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.775734] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  618.775786] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.775787] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.775788] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.775789] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.775789] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.775791] i40e 01:00.0 ntc 43 head 44.
[  618.775792] i40e 01:00.0 AQTX: desc and buffer:
[  618.775793] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  618.775793] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.775794] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.775795] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  618.775795] i40e 01:00.0 AQ CMD Buffer:
[  618.775797] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775798] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  618.775800] i40e 01:00.0: 	0x00000020: 70 6c 00 00 00 00 00 00 6f 6c 
00 00 00 00 00 00
[  618.775800] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  618.775801] i40e 01:00.0: 	0x00000040: 70 6c 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  618.775802] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  618.775802] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  618.775803] i40e 01:00.0: 	0x00000070: c8 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  618.775804] i40e 01:00.0: 	0x00000080: d8 76 47 47 8e 9f ff ff c8 77 
47 47 8e 9f ff ff
[  618.775805] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775805] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  618.775806] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff e8 76 
47 47 8e 9f ff ff
[  618.775807] i40e 01:00.0: 	0x000000c0: a0 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  618.775807] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  618.775808] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775809] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775809] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  618.775810] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  618.775811] i40e 01:00.0: 	0x00000120: 50 77 47 47 8e 9f ff ff 08 77 
47 47 8e 9f ff ff
[  618.775811] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  618.775812] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  618.775813] i40e 01:00.0: 	0x00000150: 60 85 4e 64 f3 8a ff ff c8 77 
47 47 8e 9f ff ff
[  618.775814] i40e 01:00.0: 	0x00000160: 60 85 58 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.775814] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  618.775815] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  618.775816] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  618.775816] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775817] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  618.775818] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.775818] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  618.775820] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  618.775821] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  618.775822] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.775823] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.779310] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.779311] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  618.779311] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.779312] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.779313] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DCF6000
[  618.779313] i40e 01:00.0 AQ CMD Buffer:
[  618.779314] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  618.779315] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.779315] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779316] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779317] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779319] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779319] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779321] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779321] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779322] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779323] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779323] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779324] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779325] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779325] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779326] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779327] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779327] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779328] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779329] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779330] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779330] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779331] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779332] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779332] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779333] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779334] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779334] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779335] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779336] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779336] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779337] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779338] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.779338] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.779341] i40e 01:00.0 ntc 44 head 45.
[  618.779342] i40e 01:00.0 AQTX: desc and buffer:
[  618.779343] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.779344] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.779345] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  618.779346] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.781372] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.781373] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.781373] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.781374] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  618.781375] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  618.781377] i40e 01:00.0 ntc 45 head 46.
[  618.781378] i40e 01:00.0 AQTX: desc and buffer:
[  618.781379] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  618.781379] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.781380] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.781380] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  618.781381] i40e 01:00.0 AQ CMD Buffer:
[  618.781382] i40e 01:00.0: 	0x00000000: 95 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  618.781383] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  618.781383] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  618.781384] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  618.781385] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  618.781386] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  618.781386] i40e 01:00.0: 	0x00000060: d0 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  618.781387] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 88 74 
47 47 8e 9f ff ff
[  618.781388] i40e 01:00.0: 	0x00000080: 30 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  618.781388] i40e 01:00.0: 	0x00000090: 40 74 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  618.781389] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  618.781390] i40e 01:00.0: 	0x000000b0: 70 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  618.781391] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  618.781393] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  618.781394] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  618.781395] i40e 01:00.0: 	0x000000f0: f0 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  618.781395] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 3f e8 
01 00 00 00 00 00
[  618.781396] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  618.781397] i40e 01:00.0: 	0x00000120: 80 85 4e 64 f3 8a ff ff 70 75 
47 47 8e 9f ff ff
[  618.781397] i40e 01:00.0: 	0x00000130: 80 85 58 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.781398] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  618.781399] i40e 01:00.0: 	0x00000150: d0 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  618.781399] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  618.781400] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  618.781401] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  618.781401] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.781402] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 d0 75 
47 47 8e 9f ff ff
[  618.781403] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.781403] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  618.781404] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  618.781405] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 60 cf 4d
[  618.781405] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  618.781406] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  618.781407] i40e 01:00.0: 	0x00000210: 27 78 47 47 8e 9f ff ff
[  618.784892] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.784893] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  618.784894] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.784894] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.784895] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4ABD3000
[  618.784895] i40e 01:00.0 AQ CMD Buffer:
[  618.784896] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  618.784897] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.784898] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784898] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784899] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784900] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784900] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784901] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784901] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784902] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784903] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784904] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784904] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784905] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784905] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784906] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784907] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784907] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784908] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784909] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784910] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784912] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784913] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784914] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784914] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784915] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784916] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784916] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784917] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784918] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784918] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784919] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784920] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784920] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.784923] i40e 01:00.0 ntc 46 head 47.
[  618.784924] i40e 01:00.0 AQTX: desc and buffer:
[  618.784925] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  618.784925] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.784926] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.784927] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  618.784927] i40e 01:00.0 AQ CMD Buffer:
[  618.784928] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784929] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784929] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784930] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784931] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784931] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784932] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.784933] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785036] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785037] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  618.785038] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785038] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  618.785039] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E3F3000
[  618.785039] i40e 01:00.0 AQ CMD Buffer:
[  618.785040] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  618.785041] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.785042] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785043] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785045] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785046] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785046] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.785047] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785050] i40e 01:00.0 ntc 47 head 48.
[  618.785050] i40e 01:00.0 AQTX: desc and buffer:
[  618.785051] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  618.785052] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785052] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.785053] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  618.785054] i40e 01:00.0 AQ CMD Buffer:
[  618.785054] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785055] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785056] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785056] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785159] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785160] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  618.785161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785161] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.785162] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E10C000
[  618.785162] i40e 01:00.0 AQ CMD Buffer:
[  618.785163] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785164] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.785164] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785165] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785167] i40e 01:00.0 ntc 48 head 49.
[  618.785168] i40e 01:00.0 AQTX: desc and buffer:
[  618.785169] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  618.785169] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785170] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.785171] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  618.785171] i40e 01:00.0 AQ CMD Buffer:
[  618.785172] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785173] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785276] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785277] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  618.785278] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785278] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.785279] i40e 01:00.0 	addr (h,l)   0x0000000C 0x42E81000
[  618.785280] i40e 01:00.0 AQ CMD Buffer:
[  618.785280] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.785282] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785285] i40e 01:00.0 ntc 49 head 50.
[  618.785286] i40e 01:00.0 AQTX: desc and buffer:
[  618.785287] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.785287] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785288] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  618.785288] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.785593] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785596] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.785597] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785597] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  618.785598] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  618.785601] i40e 01:00.0 ntc 50 head 51.
[  618.785602] i40e 01:00.0 AQTX: desc and buffer:
[  618.785603] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.785603] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785604] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  618.785605] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.785657] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785658] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.785660] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785661] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  618.785662] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  618.785664] i40e 01:00.0 ntc 51 head 52.
[  618.785665] i40e 01:00.0 AQTX: desc and buffer:
[  618.785665] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  618.785666] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785668] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  618.785668] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  618.785669] i40e 01:00.0 AQ CMD Buffer:
[  618.785670] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  618.785670] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.785773] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785774] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  618.785774] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785775] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  618.785776] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49C10000
[  618.785777] i40e 01:00.0 AQ CMD Buffer:
[  618.785778] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.785778] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785780] i40e 01:00.0 ntc 52 head 53.
[  618.785781] i40e 01:00.0 AQTX: desc and buffer:
[  618.785782] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  618.785783] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785784] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  618.785785] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  618.785785] i40e 01:00.0 AQ CMD Buffer:
[  618.785786] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785787] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  618.785788] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  618.785788] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  618.785892] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.785893] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  618.785894] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785894] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  618.785897] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AB18000
[  618.785898] i40e 01:00.0 AQ CMD Buffer:
[  618.785899] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785900] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785901] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785902] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.785903] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  618.785905] i40e 01:00.0 ntc 53 head 54.
[  618.785906] i40e 01:00.0 AQTX: desc and buffer:
[  618.785907] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  618.785908] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.785908] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.785909] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  618.785910] i40e 01:00.0 AQ CMD Buffer:
[  618.785911] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff a8 77 
47 47 8e 9f ff ff
[  618.785912] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  618.785913] i40e 01:00.0: 	0x00000020: 48 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  618.785913] i40e 01:00.0: 	0x00000030: b8 77 47 47 8e 9f ff ff 68 77 
47 47 8e 9f ff ff
[  618.785914] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  618.785915] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  618.785915] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 9c 6d 
00 00 00 00 00 00
[  618.785916] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  618.786019] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786019] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  618.786020] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786021] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  618.786021] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46AFC000
[  618.786022] i40e 01:00.0 AQ CMD Buffer:
[  618.786023] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  618.786024] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.786025] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786025] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786026] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786027] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786027] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.786028] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786032] i40e 01:00.0 ntc 54 head 55.
[  618.786033] i40e 01:00.0 AQTX: desc and buffer:
[  618.786034] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  618.786035] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786035] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.786036] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  618.786036] i40e 01:00.0 AQ CMD Buffer:
[  618.786037] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  618.786038] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.786039] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786040] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786040] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786041] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786041] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.786042] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786095] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786096] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  618.786098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786098] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  618.786099] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44A15000
[  618.786102] i40e 01:00.0 ntc 55 head 56.
[  618.786103] i40e 01:00.0 AQTX: desc and buffer:
[  618.786104] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  618.786105] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786105] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  618.786106] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  618.786106] i40e 01:00.0 AQ CMD Buffer:
[  618.786107] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786108] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  618.786108] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786109] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786110] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786110] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786111] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786112] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786315] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786316] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  618.786317] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786318] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  618.786319] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4B14B000
[  618.786320] i40e 01:00.0 AQ CMD Buffer:
[  618.786320] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  618.786321] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  618.786322] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786323] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786323] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786325] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  618.786325] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.786326] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786329] i40e 01:00.0 ntc 56 head 57.
[  618.786330] i40e 01:00.0 AQTX: desc and buffer:
[  618.786330] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  618.786331] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786332] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  618.786333] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  618.786333] i40e 01:00.0 AQ CMD Buffer:
[  618.786334] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786336] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786336] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786339] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786442] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786443] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  618.786445] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786447] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  618.786447] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DFA2000
[  618.786448] i40e 01:00.0 AQ CMD Buffer:
[  618.786448] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786449] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.786450] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786451] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786453] i40e 01:00.0 ntc 57 head 58.
[  618.786454] i40e 01:00.0 AQTX: desc and buffer:
[  618.786455] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  618.786456] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786457] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  618.786458] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  618.786458] i40e 01:00.0 AQ CMD Buffer:
[  618.786459] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786460] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786563] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786565] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  618.786567] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786569] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  618.786572] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DE12000
[  618.786573] i40e 01:00.0 AQ CMD Buffer:
[  618.786576] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  618.786578] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786586] i40e 01:00.0 ntc 58 head 59.
[  618.786589] i40e 01:00.0 AQTX: desc and buffer:
[  618.786591] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.786592] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786595] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  618.786597] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  618.786751] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.786752] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.786753] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786753] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  618.786755] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  618.786757] i40e 01:00.0 ntc 59 head 60.
[  618.786758] i40e 01:00.0 AQTX: desc and buffer:
[  618.786760] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  618.786760] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.786763] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  618.786764] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  618.786764] i40e 01:00.0 AQ CMD Buffer:
[  618.786765] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  618.786766] i40e 01:00.0: 	0x00000010: 1c 6e 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  618.786766] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  618.786767] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  618.786768] i40e 01:00.0: 	0x00000040: 68 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  618.786768] i40e 01:00.0: 	0x00000050: 78 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  618.786769] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786770] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  618.786771] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 88 76 
47 47 8e 9f ff ff
[  618.786772] i40e 01:00.0: 	0x00000090: 40 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  618.786772] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  618.786773] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786774] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786774] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  618.786775] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  618.786776] i40e 01:00.0: 	0x000000f0: f0 76 47 47 8e 9f ff ff a8 76 
47 47 8e 9f ff ff
[  618.786776] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  618.786778] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  618.786778] i40e 01:00.0: 	0x00000120: 60 87 4e 64 f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  618.786779] i40e 01:00.0: 	0x00000130: 60 87 58 64 f3 8a ff ff 00 00 
00 00 00 00 00 00
[  618.786780] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  618.786780] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  618.786781] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 ff 03 
03 10 00 00 00 00
[  618.786783] i40e 01:00.0: 	0x00000170: 00 00 00 00 1b 00 00 00 88 c6 
fa 00 88 c6 fa 00
[  618.786785] i40e 01:00.0: 	0x00000180: 00 00 40 00 00 00 40 00 00 3a 
1a 5c 4b c1 f1 67
[  618.786785] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786786] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  618.786787] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 80 77 
47 47 8e 9f ff ff
[  618.786787] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  618.786788] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 08 00 
00 00 00 00 00 00
[  618.786789] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.786789] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  618.786791] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  618.786793] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  618.790280] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.790282] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  618.790282] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.790284] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  618.790285] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44907000
[  618.790286] i40e 01:00.0 AQ CMD Buffer:
[  618.790286] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  618.790287] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.790288] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790289] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790289] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790290] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790291] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790291] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790292] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790293] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790293] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790294] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790295] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790295] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790296] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790297] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790297] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790298] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790299] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790299] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790300] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790301] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790301] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790302] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790303] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790304] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790305] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790307] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790308] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790308] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790309] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790310] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790311] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.790311] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.790313] i40e 01:00.0 ntc 60 head 61.
[  618.790314] i40e 01:00.0 AQTX: desc and buffer:
[  618.790315] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.790316] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.790316] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  618.790317] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.792338] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.792339] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.792340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.792340] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  618.792341] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  618.792343] i40e 01:00.0 ntc 61 head 62.
[  618.792344] i40e 01:00.0 AQTX: desc and buffer:
[  618.792347] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  618.792347] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.792348] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.792348] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  618.792349] i40e 01:00.0 AQ CMD Buffer:
[  618.792350] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  618.792350] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.792351] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792352] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792352] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792353] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792354] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792354] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792355] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792356] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792356] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792357] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792358] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792358] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792359] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792360] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792360] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792361] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792362] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792362] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792363] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792364] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792364] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792365] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792367] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792368] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792369] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792370] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792371] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792371] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792372] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792373] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792374] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.792374] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.795860] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.795860] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  618.795861] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.795862] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  618.795864] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A208000
[  618.795864] i40e 01:00.0 AQ CMD Buffer:
[  618.795865] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  618.795866] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  618.795866] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795867] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795868] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795869] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795869] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795870] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795871] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795871] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795872] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795873] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795873] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795874] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795875] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795876] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795876] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795877] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795878] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795878] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795879] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795880] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795881] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795881] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795882] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795883] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795884] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795885] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795886] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795888] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795889] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795889] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795890] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.795891] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  618.795994] i40e 01:00.0 ntc 62 head 63.
[  618.795995] i40e 01:00.0 AQTX: desc and buffer:
[  618.795996] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  618.795996] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.795997] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  618.795998] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  618.795999] i40e 01:00.0 AQ CMD Buffer:
[  618.796000] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  618.796001] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  618.796001] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.796002] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.796003] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.796004] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.796004] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  618.796005] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  618.796057] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.796058] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  618.796059] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.796059] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  618.796060] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D021000
[  618.797397] irq 111: Affinity broken due to vector space exhaustion.
[  618.797409] irq 115: Affinity broken due to vector space exhaustion.
[  618.797516] i40e 01:00.0 ntc 63 head 64.
[  618.797517] i40e 01:00.0 AQTX: desc and buffer:
[  618.797518] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.797519] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.797520] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  618.797520] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.797623] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.797624] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.797625] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.797626] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  618.797626] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.797629] i40e 01:00.0 ntc 64 head 65.
[  618.797630] i40e 01:00.0 AQTX: desc and buffer:
[  618.797631] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  618.797632] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.797633] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  618.797634] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  618.797635] i40e 01:00.0 AQ CMD Buffer:
[  618.797636] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  618.797688] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.797689] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  618.797690] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.797690] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  618.797691] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AF0F000
[  618.914561] i40e 01:00.0 ntc 65 head 66.
[  618.914562] i40e 01:00.0 AQTX: desc and buffer:
[  618.914563] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.914564] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.914565] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  618.914566] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.914719] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.914720] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.914720] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.914721] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  618.914722] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.914724] i40e 01:00.0 ntc 66 head 67.
[  618.914725] i40e 01:00.0 AQTX: desc and buffer:
[  618.914726] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  618.914727] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.914728] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  618.914728] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  618.914729] i40e 01:00.0 AQ CMD Buffer:
[  618.914730] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  618.914731] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  618.915137] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.915138] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  618.915138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.915139] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  618.915140] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DF9E000
[  618.915140] i40e 01:00.0 AQ CMD Buffer:
[  618.915141] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  618.915142] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  618.915145] i40e 01:00.0 ntc 67 head 68.
[  618.915146] i40e 01:00.0 AQTX: desc and buffer:
[  618.915146] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  618.915147] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.915148] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  618.915148] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  618.915251] i40e 01:00.0 AQTX: desc and buffer writeback:
[  618.915252] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  618.915252] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  618.915253] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  618.915254] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.030663] i40e 01:00.0 ntc 68 head 69.
[  649.030665] i40e 01:00.0 AQTX: desc and buffer:
[  649.030666] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.030667] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.030667] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.030668] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.030720] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.030721] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.030722] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.030722] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.030723] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.040870] i40e 01:00.0 AQTX: desc and buffer:
[  649.040872] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.040872] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.040873] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.040873] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.040926] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.040926] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.040927] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.040928] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  649.040928] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  649.040931] i40e 01:00.0 ntc 0 head 1.
[  649.040932] i40e 01:00.0 AQTX: desc and buffer:
[  649.040933] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.040933] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.040934] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.040935] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.040987] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.040988] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.040988] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.040989] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.040989] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.040999] i40e 01:00.0 ntc 1 head 2.
[  649.041000] i40e 01:00.0 AQTX: desc and buffer:
[  649.041001] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041001] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041002] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041002] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041055] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041055] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041056] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041057] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041057] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041059] i40e 01:00.0 ntc 2 head 3.
[  649.041060] i40e 01:00.0 AQTX: desc and buffer:
[  649.041061] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041062] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041062] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041063] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041115] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041116] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041116] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041117] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041117] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041127] i40e 01:00.0 ntc 3 head 4.
[  649.041128] i40e 01:00.0 AQTX: desc and buffer:
[  649.041129] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041129] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041130] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041130] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041183] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041183] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041184] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041184] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041185] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041187] i40e 01:00.0 ntc 4 head 5.
[  649.041188] i40e 01:00.0 AQTX: desc and buffer:
[  649.041189] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041189] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041190] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041191] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041243] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041244] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041244] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041245] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041245] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041255] i40e 01:00.0 ntc 5 head 6.
[  649.041256] i40e 01:00.0 AQTX: desc and buffer:
[  649.041257] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041258] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041258] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041311] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041311] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041312] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041313] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041313] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041315] i40e 01:00.0 ntc 6 head 7.
[  649.041316] i40e 01:00.0 AQTX: desc and buffer:
[  649.041317] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041318] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041318] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041319] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041371] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041372] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041373] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041373] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041374] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041383] i40e 01:00.0 ntc 7 head 8.
[  649.041384] i40e 01:00.0 AQTX: desc and buffer:
[  649.041385] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041386] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041387] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041439] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041440] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041441] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041441] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041442] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041444] i40e 01:00.0 ntc 8 head 9.
[  649.041445] i40e 01:00.0 AQTX: desc and buffer:
[  649.041446] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041446] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041447] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041447] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041500] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041500] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041501] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041502] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041502] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041512] i40e 01:00.0 ntc 9 head 10.
[  649.041513] i40e 01:00.0 AQTX: desc and buffer:
[  649.041513] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041515] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041515] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041568] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041570] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041572] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041574] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041576] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041580] i40e 01:00.0 ntc 10 head 11.
[  649.041582] i40e 01:00.0 AQTX: desc and buffer:
[  649.041584] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041586] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041588] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041590] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041644] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041646] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041647] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041648] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041649] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041658] i40e 01:00.0 ntc 11 head 12.
[  649.041660] i40e 01:00.0 AQTX: desc and buffer:
[  649.041661] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041661] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041662] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041662] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041714] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041715] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041716] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041717] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041717] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041719] i40e 01:00.0 ntc 12 head 13.
[  649.041720] i40e 01:00.0 AQTX: desc and buffer:
[  649.041721] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041722] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041723] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041723] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041775] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041776] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041779] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041780] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041780] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041782] i40e 01:00.0 ntc 13 head 14.
[  649.041783] i40e 01:00.0 AQTX: desc and buffer:
[  649.041784] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041786] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041788] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  649.041789] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041843] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041844] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041845] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041846] i40e 01:00.0 	param (0,1)  0x00010001 0x00000BB8
[  649.041846] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041856] i40e 01:00.0 ntc 14 head 15.
[  649.041857] i40e 01:00.0 AQTX: desc and buffer:
[  649.041858] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041858] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041859] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041860] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041912] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041913] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.041913] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041915] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  649.041915] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041920] i40e 01:00.0 ntc 15 head 16.
[  649.041921] i40e 01:00.0 AQTX: desc and buffer:
[  649.041922] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.041923] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041924] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  649.041924] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041977] i40e 01:00.0 AQTX: Command completed with error 0xD.
[  649.041977] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.041978] i40e 01:00.0 AQ CMD: opcode 0x0110, flags 0x2007, datalen 
0x0000, retval 0x000D
[  649.041979] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041980] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  649.041981] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.041984] i40e 01:00.0 ntc 16 head 17.
[  649.041988] i40e 01:00.0 AQTX: desc and buffer:
[  649.041989] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  649.041989] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.041990] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.041991] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1DB000
[  649.041991] i40e 01:00.0 AQ CMD Buffer:
[  649.041993] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041994] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041995] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041996] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041996] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041997] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041998] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.041999] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042000] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042001] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042001] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042002] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042003] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042003] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042004] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042005] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042006] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042007] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042008] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042010] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042010] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042012] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042012] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042013] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042014] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042014] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042015] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042016] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042016] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042018] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042018] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042019] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042020] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042020] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042021] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042022] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042022] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042023] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042023] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042025] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042025] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042026] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042027] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042027] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042028] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042029] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042031] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042032] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042033] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042033] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042034] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042035] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042035] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042037] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042038] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042038] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042039] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042040] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042040] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042041] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042042] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042043] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042044] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042044] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042045] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042046] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042046] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042047] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042048] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042049] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042049] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042050] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042051] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042053] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042055] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042055] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042056] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042057] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042057] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042058] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042262] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042263] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3203, datalen 
0x0500, retval 0x0000
[  649.042264] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042265] i40e 01:00.0 	param (0,1)  0x00000000 0x00000021
[  649.042266] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E1DB000
[  649.042266] i40e 01:00.0 AQ CMD Buffer:
[  649.042267] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042268] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042268] i40e 01:00.0: 	0x00000020: 02 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  649.042269] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042271] i40e 01:00.0: 	0x00000040: 03 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042271] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042272] i40e 01:00.0: 	0x00000060: 04 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.042273] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042273] i40e 01:00.0: 	0x00000080: 05 00 01 00 03 00 00 00 00 00 
00 00 00 00 00 00
[  649.042274] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042275] i40e 01:00.0: 	0x000000a0: 06 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.042275] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042277] i40e 01:00.0: 	0x000000c0: 13 00 01 00 40 00 00 00 00 00 
00 00 00 00 00 00
[  649.042277] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042278] i40e 01:00.0: 	0x000000e0: 14 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.042279] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042280] i40e 01:00.0: 	0x00000100: 15 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042281] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042282] i40e 01:00.0: 	0x00000120: 16 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042283] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042284] i40e 01:00.0: 	0x00000140: 17 00 01 00 02 00 00 00 00 00 
00 00 00 00 00 00
[  649.042284] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042285] i40e 01:00.0: 	0x00000160: 18 00 01 00 01 00 00 00 01 00 
00 00 08 00 00 00
[  649.042286] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042286] i40e 01:00.0: 	0x00000180: 21 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042287] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042288] i40e 01:00.0: 	0x000001a0: 22 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042289] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042290] i40e 01:00.0: 	0x000001c0: 40 00 01 00 00 02 00 00 06 00 
00 00 00 00 00 00
[  649.042291] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042291] i40e 01:00.0: 	0x000001e0: 41 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  649.042292] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042293] i40e 01:00.0: 	0x00000200: 42 00 01 00 00 03 00 00 00 00 
00 00 00 00 00 00
[  649.042293] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042294] i40e 01:00.0: 	0x00000220: 43 00 01 00 81 00 00 00 00 00 
00 00 00 00 00 00
[  649.042295] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042295] i40e 01:00.0: 	0x00000240: 44 00 01 00 05 00 00 00 00 00 
00 00 00 00 00 00
[  649.042297] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042297] i40e 01:00.0: 	0x00000260: 45 00 01 00 20 00 00 00 e0 1f 
00 00 00 00 00 00
[  649.042298] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042299] i40e 01:00.0: 	0x00000280: 46 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  649.042299] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042301] i40e 01:00.0: 	0x000002a0: 47 00 01 00 00 26 00 00 00 00 
00 00 00 00 00 00
[  649.042301] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042304] i40e 01:00.0: 	0x000002c0: f2 00 01 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.042305] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042306] i40e 01:00.0: 	0x000002e0: 61 00 01 00 01 00 00 00 01 00 
00 00 00 00 00 00
[  649.042306] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042307] i40e 01:00.0: 	0x00000300: 62 00 01 00 01 00 00 00 00 00 
00 00 04 00 00 00
[  649.042308] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042308] i40e 01:00.0: 	0x00000320: 62 00 01 00 01 00 00 00 00 00 
00 00 05 00 00 00
[  649.042310] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042310] i40e 01:00.0: 	0x00000340: 62 00 01 00 01 00 00 00 00 00 
00 00 06 00 00 00
[  649.042311] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042312] i40e 01:00.0: 	0x00000360: 62 00 01 00 01 00 00 00 00 00 
00 00 07 00 00 00
[  649.042312] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042313] i40e 01:00.0: 	0x00000380: 62 00 01 00 01 00 00 00 00 00 
00 00 15 00 00 00
[  649.042314] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042315] i40e 01:00.0: 	0x000003a0: 61 00 01 00 01 00 00 00 01 00 
00 00 16 00 00 00
[  649.042316] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042317] i40e 01:00.0: 	0x000003c0: 61 00 01 00 01 00 00 00 01 00 
00 00 17 00 00 00
[  649.042317] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042318] i40e 01:00.0: 	0x000003e0: 63 00 01 00 01 00 00 00 02 00 
00 00 00 00 00 00
[  649.042319] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042319] i40e 01:00.0: 	0x00000400: 64 00 01 00 fe fc 3f c8 0f 00 
00 00 00 00 00 00
[  649.042320] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042321] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042322] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042322] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042323] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042324] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042325] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042326] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042328] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042329] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042330] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042331] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042331] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042332] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042333] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042335] i40e 01:00.0 HW Capability: MSIX vector count = 129
[  649.042337] i40e 01:00.0 ntc 17 head 18.
[  649.042338] i40e 01:00.0 AQTX: desc and buffer:
[  649.042339] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042340] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042341] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  649.042342] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042394] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042395] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.042397] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042398] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8120
[  649.042398] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042400] i40e 01:00.0 ntc 18 head 19.
[  649.042401] i40e 01:00.0 AQTX: desc and buffer:
[  649.042402] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042403] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042403] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  649.042404] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042456] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042457] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.042458] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042459] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8124
[  649.042460] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042463] i40e 01:00.0 ntc 19 head 20.
[  649.042464] i40e 01:00.0 AQTX: desc and buffer:
[  649.042465] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042466] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042467] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  649.042467] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042519] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042520] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.042521] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042521] i40e 01:00.0 	param (0,1)  0x00000000 0x000B8128
[  649.042523] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  649.042525] i40e 01:00.0 ntc 20 head 21.
[  649.042526] i40e 01:00.0 AQTX: desc and buffer:
[  649.042526] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042527] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042528] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  649.042529] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042585] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042587] i40e 01:00.0 AQ CMD: opcode 0xFF03, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.042589] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042591] i40e 01:00.0 	param (0,1)  0x00000000 0x000B812C
[  649.042593] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000001
[  649.042598] i40e 0000:01:00.0: pf=0, num_vfs=64, msix_pf=129, 
msix_vf=5, fd_g=32, fd_b=8160, pf_max_q=768 num_vsi=2
[  649.042618] i40e 01:00.0 ntc 21 head 22.
[  649.042619] i40e 01:00.0 AQTX: desc and buffer:
[  649.042620] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042621] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042621] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  649.042622] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042675] i40e 01:00.0 AQTX: Command completed with error 0xE.
[  649.042676] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042677] i40e 01:00.0 AQ CMD: opcode 0x0303, flags 0x2007, datalen 
0x0000, retval 0x000E
[  649.042678] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042678] i40e 01:00.0 	param (0,1)  0x00000101 0x00000000
[  649.042679] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.042681] i40e 01:00.0 ntc 22 head 23.
[  649.042682] i40e 01:00.0 AQTX: desc and buffer:
[  649.042683] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3000, datalen 
0x0200, retval 0x0000
[  649.042684] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042685] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.042685] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A9F000
[  649.042686] i40e 01:00.0 AQ CMD Buffer:
[  649.042687] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042688] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042689] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042690] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042690] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042691] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042692] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042693] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042697] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042699] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042702] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042704] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042707] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042710] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042712] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042714] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042718] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042723] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042725] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042727] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042730] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042732] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042734] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042737] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042739] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042745] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042748] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042750] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042753] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042755] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042758] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042760] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042965] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.042966] i40e 01:00.0 AQ CMD: opcode 0x0200, flags 0x3003, datalen 
0x0020, retval 0x0000
[  649.042967] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042968] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.042969] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48A9F000
[  649.042970] i40e 01:00.0 AQ CMD Buffer:
[  649.042972] i40e 01:00.0: 	0x00000000: 01 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.042973] i40e 01:00.0: 	0x00000010: 13 01 87 01 03 00 10 00 00 00 
00 01 30 a0 13 00
[  649.042976] i40e 01:00.0 ntc 23 head 24.
[  649.042977] i40e 01:00.0 AQTX: desc and buffer:
[  649.042978] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.042978] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.042979] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  649.042980] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  649.043032] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043033] i40e 01:00.0 AQ CMD: opcode 0x0205, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.043033] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043034] i40e 01:00.0 	param (0,1)  0x00010001 0x88A8FFFF
[  649.043035] i40e 01:00.0 	addr (h,l)   0x00008100 0x00000000
[  649.043045] i40e 01:00.0 ntc 24 head 25.
[  649.043047] i40e 01:00.0 AQTX: desc and buffer:
[  649.043049] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.043050] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043052] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043055] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  649.043158] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043160] i40e 01:00.0 AQ CMD: opcode 0x0400, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.043161] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043161] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043162] i40e 01:00.0 	addr (h,l)   0x00000004 0x00000000
[  649.043164] i40e 01:00.0 ntc 25 head 26.
[  649.043165] i40e 01:00.0 AQTX: desc and buffer:
[  649.043166] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  649.043168] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043168] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043169] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DC7000
[  649.043170] i40e 01:00.0 AQ CMD Buffer:
[  649.043171] i40e 01:00.0: 	0x00000000: 44 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  649.043173] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.043174] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043175] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  649.043176] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043177] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043177] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.043178] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043281] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043282] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  649.043284] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043285] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  649.043286] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DC7000
[  649.043288] i40e 01:00.0 ntc 26 head 27.
[  649.043289] i40e 01:00.0 AQTX: desc and buffer:
[  649.043290] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  649.043290] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043292] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043292] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A4F2000
[  649.043293] i40e 01:00.0 AQ CMD Buffer:
[  649.043294] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043294] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043295] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043296] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043398] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043399] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  649.043401] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043401] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043402] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A4F2000
[  649.043403] i40e 01:00.0 AQ CMD Buffer:
[  649.043404] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043404] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.043405] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043405] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043407] i40e 01:00.0 ntc 27 head 28.
[  649.043409] i40e 01:00.0 AQTX: desc and buffer:
[  649.043409] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  649.043410] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043410] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043411] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23F5D000
[  649.043412] i40e 01:00.0 AQ CMD Buffer:
[  649.043412] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043415] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043518] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043519] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  649.043519] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043520] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.043520] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23F5D000
[  649.043522] i40e 01:00.0 AQ CMD Buffer:
[  649.043522] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.043523] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.043531] i40e 01:00.0 ntc 28 head 29.
[  649.043532] i40e 01:00.0 AQTX: desc and buffer:
[  649.043533] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  649.043533] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043534] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  649.043535] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  649.043536] i40e 01:00.0 AQ CMD Buffer:
[  649.043537] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  649.043791] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043792] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3403, datalen 
0x0010, retval 0x0000
[  649.043793] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043794] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  649.043794] i40e 01:00.0 	addr (h,l)   0x0000000C 0x23DB3000
[  649.043795] i40e 01:00.0 AQ CMD Buffer:
[  649.043796] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 01 00 
00 00 00 00 00 00
[  649.043798] i40e 01:00.0 ntc 29 head 30.
[  649.043801] i40e 01:00.0 AQTX: desc and buffer:
[  649.043802] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3400, datalen 
0x0010, retval 0x0000
[  649.043803] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043803] i40e 01:00.0 	param (0,1)  0x81870001 0x00000000
[  649.043804] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  649.043805] i40e 01:00.0 AQ CMD Buffer:
[  649.043806] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  649.043959] i40e 01:00.0 AQTX: Command completed with error 0x2.
[  649.043960] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.043961] i40e 01:00.0 AQ CMD: opcode 0x0251, flags 0x3407, datalen 
0x0010, retval 0x0002
[  649.043961] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.043962] i40e 01:00.0 	param (0,1)  0x05FA0000 0x00000000
[  649.043963] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3AF000
[  649.043963] i40e 01:00.0 AQ CMD Buffer:
[  649.043965] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 09 00 
00 00 00 00 00 00
[  649.044001] i40e 01:00.0 ntc 30 head 31.
[  649.044003] i40e 01:00.0 AQTX: desc and buffer:
[  649.044004] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  649.044005] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044006] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.044006] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  649.044007] i40e 01:00.0 AQ CMD Buffer:
[  649.044008] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  649.044009] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.044010] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.044011] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 0a
[  649.044011] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.044012] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.044013] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.044013] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.044065] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044066] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  649.044067] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044067] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  649.044068] i40e 01:00.0 	addr (h,l)   0x0000000C 0x2DFB6000
[  649.044071] i40e 01:00.0 ntc 31 head 32.
[  649.044073] i40e 01:00.0 AQTX: desc and buffer:
[  649.044074] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044075] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044076] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044077] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.044129] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044130] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044131] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044132] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044132] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  649.044134] i40e 01:00.0 ntc 32 head 33.
[  649.044136] i40e 01:00.0 AQTX: desc and buffer:
[  649.044137] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044138] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044139] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044141] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  649.044193] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044194] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044195] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044196] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044197] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  649.044199] i40e 01:00.0 ntc 33 head 34.
[  649.044200] i40e 01:00.0 AQTX: desc and buffer:
[  649.044200] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044202] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044202] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  649.044203] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.044255] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044256] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044258] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  649.044259] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  649.044261] i40e 01:00.0 ntc 34 head 35.
[  649.044261] i40e 01:00.0 AQTX: desc and buffer:
[  649.044262] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044264] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044264] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  649.044265] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.044317] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044318] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044321] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044322] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  649.044323] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  649.044325] i40e 01:00.0 ntc 35 head 36.
[  649.044326] i40e 01:00.0 AQTX: desc and buffer:
[  649.044327] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044327] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044328] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  649.044328] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  649.044381] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044381] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044382] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044383] i40e 01:00.0 	param (0,1)  0x00000000 0x00245900
[  649.044383] i40e 01:00.0 	addr (h,l)   0x00000000 0x80000000
[  649.044385] i40e 01:00.0 ntc 36 head 37.
[  649.044387] i40e 01:00.0 AQTX: desc and buffer:
[  649.044388] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044391] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044391] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  649.044392] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  649.044444] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044445] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044445] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044447] i40e 01:00.0 	param (0,1)  0x00000000 0x00245980
[  649.044447] i40e 01:00.0 	addr (h,l)   0x00000000 0x80007A1E
[  649.044449] i40e 01:00.0 ntc 37 head 38.
[  649.044450] i40e 01:00.0 AQTX: desc and buffer:
[  649.044451] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044452] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044452] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044453] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.044507] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044508] i40e 01:00.0 AQ CMD: opcode 0x0206, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044509] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044509] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044510] i40e 01:00.0 	addr (h,l)   0x00000000 0x000E0000
[  649.044512] i40e 01:00.0 ntc 38 head 39.
[  649.044513] i40e 01:00.0 AQTX: desc and buffer:
[  649.044514] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044514] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044515] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044516] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  649.044568] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.044572] i40e 01:00.0 AQ CMD: opcode 0x0207, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.044574] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044576] i40e 01:00.0 	param (0,1)  0x00000000 0x001C0AC0
[  649.044578] i40e 01:00.0 	addr (h,l)   0x00000000 0x000F0000
[  649.044596] i40e 01:00.0 ntc 39 head 40.
[  649.044598] i40e 01:00.0 AQTX: desc and buffer:
[  649.044600] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.044602] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.044605] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  649.044607] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.046629] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.046630] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.046631] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.046632] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  649.046632] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  649.046634] i40e 01:00.0 ntc 40 head 41.
[  649.046635] i40e 01:00.0 AQTX: desc and buffer:
[  649.046636] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  649.046637] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.046637] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.046638] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44986000
[  649.046639] i40e 01:00.0 AQ CMD Buffer:
[  649.046640] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  649.046640] i40e 01:00.0: 	0x00000010: b0 75 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  649.046641] i40e 01:00.0: 	0x00000020: c0 75 47 47 8e 9f ff ff b0 76 
47 47 8e 9f ff ff
[  649.046642] i40e 01:00.0: 	0x00000030: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.046642] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  649.046643] i40e 01:00.0: 	0x00000050: 30 00 00 00 8e 9f ff ff d0 75 
47 47 8e 9f ff ff
[  649.046644] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  649.046645] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  649.046647] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.046648] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
0f 00 00 00 00 00
[  649.046649] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  649.046649] i40e 01:00.0: 	0x000000b0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  649.046650] i40e 01:00.0: 	0x000000c0: 38 76 47 47 8e 9f ff ff f0 75 
47 47 8e 9f ff ff
[  649.046651] i40e 01:00.0: 	0x000000d0: 00 3a 1a 5c 4b c1 f1 67 13 ff 
ff ff ff ff ff ff
[  649.046651] i40e 01:00.0: 	0x000000e0: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  649.046652] i40e 01:00.0: 	0x000000f0: e0 24 48 8b f3 8a ff ff b0 76 
47 47 8e 9f ff ff
[  649.046653] i40e 01:00.0: 	0x00000100: e0 e4 f6 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.046653] i40e 01:00.0: 	0x00000110: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  649.046654] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  649.046655] i40e 01:00.0: 	0x00000130: 00 00 00 00 4b c1 00 00 00 3a 
1a 5c 4b c1 f1 67
[  649.046655] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff 20 24 
48 8b f3 8a ff ff
[  649.046656] i40e 01:00.0: 	0x00000150: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  649.046657] i40e 01:00.0: 	0x00000160: 08 60 de 8b f3 8a ff ff 00 00 
84 88 f3 8a ff ff
[  649.046657] i40e 01:00.0: 	0x00000170: 01 00 00 00 00 00 00 00 c0 07 
c0 47 e8 8a ff ff
[  649.046658] i40e 01:00.0: 	0x00000180: 2a 37 1d 96 ff ff ff ff 20 16 
37 c0 ff ff ff ff
[  649.046659] i40e 01:00.0: 	0x00000190: df 24 38 c0 ff ff ff ff 03 20 
07 02 00 00 00 00
[  649.046659] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 c0 0a 1c 00
[  649.046660] i40e 01:00.0: 	0x000001b0: 00 3a 1a 5c 4b c1 f1 67 00 78 
8d 88 f3 8a ff ff
[  649.046661] i40e 01:00.0: 	0x000001c0: 86 02 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  649.046661] i40e 01:00.0: 	0x000001d0: 00 60 de 8b f3 8a ff ff 00 00 
00 80 00 00 00 00
[  649.046662] i40e 01:00.0: 	0x000001e0: 01 00 00 00 00 00 00 00 86 02 
00 00 00 00 00 00
[  649.046662] i40e 01:00.0: 	0x000001f0: 00 00 84 88 f3 8a ff ff 00 78 
8d 88 f3 8a ff ff
[  649.046663] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 bf 16 
37 c0 ff ff ff ff
[  649.046664] i40e 01:00.0: 	0x00000210: 00 3a 1a 5c 73 77 81 a8
[  649.050149] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.050150] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  649.050151] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.050151] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.050152] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44986000
[  649.050152] i40e 01:00.0 AQ CMD Buffer:
[  649.050153] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  649.050154] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.050154] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050155] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050156] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050157] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050157] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050158] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050159] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050160] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050160] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050161] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050162] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050163] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050164] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050166] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050167] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050167] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050168] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050169] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050170] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050170] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050171] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050171] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050172] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050173] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050174] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050174] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050175] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050176] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050176] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050177] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050178] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.050178] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.050180] i40e 0000:01:00.0: PHC enabled
[  649.050183] i40e 01:00.0 ntc 41 head 42.
[  649.050184] i40e 01:00.0 AQTX: desc and buffer:
[  649.050185] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.050186] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.050187] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  649.050188] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.052210] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.052211] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.052212] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.052213] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  649.052213] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  649.052221] i40e 01:00.0 ntc 42 head 43.
[  649.052222] i40e 01:00.0 AQTX: desc and buffer:
[  649.052222] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.052223] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.052224] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.052224] i40e 01:00.0 	addr (h,l)   0x0000FEF9 0x00000000
[  649.052277] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.052278] i40e 01:00.0 AQ CMD: opcode 0x0613, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.052278] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.052279] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.052280] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.052283] i40e 01:00.0 ntc 43 head 44.
[  649.052284] i40e 01:00.0 AQTX: desc and buffer:
[  649.052285] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  649.052285] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.052286] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.052287] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  649.052287] i40e 01:00.0 AQ CMD Buffer:
[  649.052288] i40e 01:00.0: 	0x00000000: 46 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052289] i40e 01:00.0: 	0x00000010: 46 02 00 00 00 00 00 00 00 00 
00 00 ff ff ff ff
[  649.052290] i40e 01:00.0: 	0x00000020: 48 72 00 00 00 00 00 00 47 72 
00 00 00 00 00 00
[  649.052290] i40e 01:00.0: 	0x00000030: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  649.052291] i40e 01:00.0: 	0x00000040: 48 72 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  649.052292] i40e 01:00.0: 	0x00000050: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  649.052292] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  649.052293] i40e 01:00.0: 	0x00000070: 80 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  649.052294] i40e 01:00.0: 	0x00000080: 90 76 47 47 8e 9f ff ff 80 77 
47 47 8e 9f ff ff
[  649.052295] i40e 01:00.0: 	0x00000090: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052295] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  649.052296] i40e 01:00.0: 	0x000000b0: 30 00 00 00 8e 9f ff ff a0 76 
47 47 8e 9f ff ff
[  649.052297] i40e 01:00.0: 	0x000000c0: 58 76 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  649.052297] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  649.052298] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052299] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052299] i40e 01:00.0: 	0x00000100: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  649.052300] i40e 01:00.0: 	0x00000110: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  649.052301] i40e 01:00.0: 	0x00000120: 08 77 47 47 8e 9f ff ff c0 76 
47 47 8e 9f ff ff
[  649.052301] i40e 01:00.0: 	0x00000130: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  649.052302] i40e 01:00.0: 	0x00000140: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  649.052303] i40e 01:00.0: 	0x00000150: 60 25 48 8b f3 8a ff ff 80 77 
47 47 8e 9f ff ff
[  649.052304] i40e 01:00.0: 	0x00000160: 60 e5 f6 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.052305] i40e 01:00.0: 	0x00000170: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  649.052307] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  649.052308] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 05 f1 
37 c0 ff ff ff ff
[  649.052308] i40e 01:00.0: 	0x000001a0: 03 20 07 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052309] i40e 01:00.0: 	0x000001b0: 01 00 14 08 e1 80 00 00 00 3a 
1a 5c 4b c1 f1 67
[  649.052310] i40e 01:00.0: 	0x000001c0: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.052310] i40e 01:00.0: 	0x000001d0: f9 fe 00 00 00 00 00 00 08 60 
de 8b f3 8a ff ff
[  649.052311] i40e 01:00.0: 	0x000001e0: 00 00 84 88 f3 8a ff ff 01 00 
00 00 00 00 00 00
[  649.052312] i40e 01:00.0: 	0x000001f0: 66 f4 37 c0 ff ff ff ff 03 20 
13 06 00 00 00 00
[  649.052312] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.052313] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.055798] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.055799] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  649.055800] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.055801] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.055801] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4CFF1000
[  649.055802] i40e 01:00.0 AQ CMD Buffer:
[  649.055803] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  649.055803] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.055804] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055805] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055806] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055806] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055807] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055808] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055808] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055809] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055811] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055811] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055813] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055814] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055814] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055815] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055816] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055817] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055817] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055818] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055819] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055819] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055820] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055821] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055821] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055822] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055823] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055824] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055824] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055825] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055826] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055826] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055827] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.055828] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.055830] i40e 01:00.0 ntc 44 head 45.
[  649.055831] i40e 01:00.0 AQTX: desc and buffer:
[  649.055832] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.055833] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.055833] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  649.055835] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.057857] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.057858] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.057859] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.057860] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  649.057861] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  649.057863] i40e 01:00.0 ntc 45 head 46.
[  649.057864] i40e 01:00.0 AQTX: desc and buffer:
[  649.057865] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  649.057866] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.057866] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.057867] i40e 01:00.0 	addr (h,l)   0x0000000C 0x246D8000
[  649.057868] i40e 01:00.0 AQ CMD Buffer:
[  649.057869] i40e 01:00.0: 	0x00000000: 4d 74 47 47 8e 9f ff ff 01 00 
00 00 20 02 00 00
[  649.057869] i40e 01:00.0: 	0x00000010: 4b fd 61 96 ff 30 30 20 30 30 
20 30 30 20 30 30
[  649.057870] i40e 01:00.0: 	0x00000020: 20 30 30 20 30 30 20 30 30 20 
30 30 00 30 30 20
[  649.057871] i40e 01:00.0: 	0x00000030: 30 30 20 30 30 20 30 30 20 30 
30 20 30 30 20 30
[  649.057871] i40e 01:00.0: 	0x00000040: 30 20 30 30 00 9f ff ff 1b 00 
00 00 00 00 00 00
[  649.057872] i40e 01:00.0: 	0x00000050: 6c b9 3a c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  649.057873] i40e 01:00.0: 	0x00000060: 88 75 47 47 8e 9f ff ff 40 01 
62 96 ff ff ff ff
[  649.057873] i40e 01:00.0: 	0x00000070: 30 00 00 00 8e 9f ff ff 40 74 
47 47 8e 9f ff ff
[  649.057874] i40e 01:00.0: 	0x00000080: e8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  649.057875] i40e 01:00.0: 	0x00000090: f8 73 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  649.057875] i40e 01:00.0: 	0x000000a0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  649.057876] i40e 01:00.0: 	0x000000b0: 28 75 47 47 8e 9f ff ff 00 00 
00 04 00 00 00 00
[  649.057877] i40e 01:00.0: 	0x000000c0: 18 02 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  649.057878] i40e 01:00.0: 	0x000000d0: c6 e4 37 c0 ff ff ff ff 18 02 
00 00 00 00 00 00
[  649.057878] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 20 00 
00 00 18 02 00 00
[  649.057879] i40e 01:00.0: 	0x000000f0: a8 74 47 47 8e 69 34 30 65 20 
30 31 3a 30 30 2e
[  649.057881] i40e 01:00.0: 	0x00000100: 30 3a 20 09 30 78 00 67 13 ff 
ff ff ff ff ff ff
[  649.057881] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  649.057883] i40e 01:00.0: 	0x00000120: 80 25 48 8b f3 8a ff ff 28 75 
47 47 8e 9f ff ff
[  649.057884] i40e 01:00.0: 	0x00000130: 80 e5 f6 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.057885] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  649.057885] i40e 01:00.0: 	0x00000150: 88 75 47 47 8e 9f ff ff 50 63 
de 8b f3 8a ff ff
[  649.057886] i40e 01:00.0: 	0x00000160: 18 02 00 00 08 00 18 02 30 46 
45 46 ff ff ff ff
[  649.057887] i40e 01:00.0: 	0x00000170: 00 3a 1a 5c 4b c1 f1 67 cd 63 
6b 97 ff ff ff ff
[  649.057887] i40e 01:00.0: 	0x00000180: 00 3a 1a 5c 4b c1 f1 67 00 3a 
1a 5c 4b c1 f1 67
[  649.057888] i40e 01:00.0: 	0x00000190: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.057889] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 88 75 
47 47 8e 9f ff ff
[  649.057890] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.057890] i40e 01:00.0: 	0x000001c0: 15 f3 37 c0 ff ff ff ff 00 00 
00 00 00 00 00 00
[  649.057891] i40e 01:00.0: 	0x000001d0: 03 32 00 06 18 02 00 00 00 00 
00 00 00 00 00 00
[  649.057892] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 0c 00 
00 00 00 10 ff 4c
[  649.057892] i40e 01:00.0: 	0x000001f0: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 3c 00 00
[  649.057893] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 3a 
1a 5c 4b c1 f1 67
[  649.057894] i40e 01:00.0: 	0x00000210: df 77 47 47 8e 9f ff ff
[  649.061383] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.061384] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  649.061385] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061385] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.061386] i40e 01:00.0 	addr (h,l)   0x0000000C 0x246D8000
[  649.061386] i40e 01:00.0 AQ CMD Buffer:
[  649.061387] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  649.061388] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.061389] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061389] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061390] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061391] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061391] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061392] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061393] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061393] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061394] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061395] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061395] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061396] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061397] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061398] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061399] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061401] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061402] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061402] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061403] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061404] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061404] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061405] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061406] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061406] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061407] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061408] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061408] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061409] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061410] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061410] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061411] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061411] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.061414] i40e 01:00.0 ntc 46 head 47.
[  649.061415] i40e 01:00.0 AQTX: desc and buffer:
[  649.061416] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  649.061417] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061417] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.061418] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  649.061418] i40e 01:00.0 AQ CMD Buffer:
[  649.061419] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061420] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061421] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061422] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061423] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061424] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061424] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061425] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061528] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.061529] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  649.061529] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061530] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  649.061531] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4A3E4000
[  649.061531] i40e 01:00.0 AQ CMD Buffer:
[  649.061532] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  649.061533] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.061533] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061534] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061535] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061535] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061537] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.061538] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061541] i40e 01:00.0 ntc 47 head 48.
[  649.061542] i40e 01:00.0 AQTX: desc and buffer:
[  649.061542] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  649.061543] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061543] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.061544] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AEC0000
[  649.061545] i40e 01:00.0 AQ CMD Buffer:
[  649.061545] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061546] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061547] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061547] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061650] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.061652] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  649.061653] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061654] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.061655] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4AEC0000
[  649.061656] i40e 01:00.0 AQ CMD Buffer:
[  649.061657] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061657] i40e 01:00.0: 	0x00000010: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.061658] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061659] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061661] i40e 01:00.0 ntc 48 head 49.
[  649.061662] i40e 01:00.0 AQTX: desc and buffer:
[  649.061663] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  649.061664] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061664] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.061665] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  649.061665] i40e 01:00.0 AQ CMD Buffer:
[  649.061667] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061669] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061773] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.061775] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  649.061775] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061776] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.061777] i40e 01:00.0 	addr (h,l)   0x0000000C 0x22C8A000
[  649.061777] i40e 01:00.0 AQ CMD Buffer:
[  649.061778] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.061778] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.061782] i40e 01:00.0 ntc 49 head 50.
[  649.061783] i40e 01:00.0 AQTX: desc and buffer:
[  649.061784] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.061784] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.061785] i40e 01:00.0 	param (0,1)  0x01870003 0x00010014
[  649.061785] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.062090] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062091] i40e 01:00.0 AQ CMD: opcode 0x0230, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.062092] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062092] i40e 01:00.0 	param (0,1)  0x01870003 0x10030014
[  649.062093] i40e 01:00.0 	addr (h,l)   0x000000A0 0x000F0000
[  649.062096] i40e 01:00.0 ntc 50 head 51.
[  649.062097] i40e 01:00.0 AQTX: desc and buffer:
[  649.062097] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.062098] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062099] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  649.062099] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.062151] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062152] i40e 01:00.0 AQ CMD: opcode 0x0232, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.062154] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062155] i40e 01:00.0 	param (0,1)  0x100300A0 0x00000000
[  649.062155] i40e 01:00.0 	addr (h,l)   0x000F0000 0x00000000
[  649.062158] i40e 01:00.0 ntc 51 head 52.
[  649.062159] i40e 01:00.0 AQTX: desc and buffer:
[  649.062159] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  649.062160] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062161] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  649.062161] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  649.062162] i40e 01:00.0 AQ CMD Buffer:
[  649.062163] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 d3 01 
38 c0 ff ff ff ff
[  649.062163] i40e 01:00.0: 	0x00000010: 08 60 de 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.062266] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062267] i40e 01:00.0 AQ CMD: opcode 0x041A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  649.062268] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062269] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  649.062269] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35BD8000
[  649.062270] i40e 01:00.0 AQ CMD Buffer:
[  649.062271] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.062271] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062273] i40e 01:00.0 ntc 52 head 53.
[  649.062275] i40e 01:00.0 AQTX: desc and buffer:
[  649.062276] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3000, datalen 
0x0040, retval 0x0000
[  649.062276] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062277] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  649.062278] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  649.062278] i40e 01:00.0 AQ CMD Buffer:
[  649.062279] i40e 01:00.0: 	0x00000000: 03 20 32 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062280] i40e 01:00.0: 	0x00000010: a0 00 03 10 00 00 00 00 00 00 
0f 00 00 00 00 00
[  649.062281] i40e 01:00.0: 	0x00000020: 00 3a 1a 5c 4b c1 f1 67 00 64 
2e 8a f3 8a ff ff
[  649.062282] i40e 01:00.0: 	0x00000030: 00 00 84 88 f3 8a ff ff 08 60 
de 8b f3 8a ff ff
[  649.062384] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062385] i40e 01:00.0 AQ CMD: opcode 0x0418, flags 0x3003, datalen 
0x0040, retval 0x0000
[  649.062386] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062386] i40e 01:00.0 	param (0,1)  0x000000A0 0x00000000
[  649.062387] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DF9C000
[  649.062387] i40e 01:00.0 AQ CMD Buffer:
[  649.062389] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062390] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062390] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062391] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062392] i40e 0000:01:00.0: enabling bridge mode: VEPA
[  649.062394] i40e 01:00.0 ntc 53 head 54.
[  649.062395] i40e 01:00.0 AQTX: desc and buffer:
[  649.062396] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3000, datalen 
0x0080, retval 0x0000
[  649.062397] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062397] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.062398] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  649.062399] i40e 01:00.0 AQ CMD Buffer:
[  649.062400] i40e 01:00.0: 	0x00000000: 00 60 de 8b f3 8a ff ff 60 77 
47 47 8e 9f ff ff
[  649.062402] i40e 01:00.0: 	0x00000010: ec 64 41 96 ff ff ff ff b7 af 
3a c0 ff ff ff ff
[  649.062403] i40e 01:00.0: 	0x00000020: 00 77 47 47 8e 9f ff ff 10 00 
00 00 00 00 00 00
[  649.062405] i40e 01:00.0: 	0x00000030: 70 77 47 47 8e 9f ff ff 20 77 
47 47 8e 9f ff ff
[  649.062406] i40e 01:00.0: 	0x00000040: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  649.062407] i40e 01:00.0: 	0x00000050: 00 3a 1a 5c 4b c1 f1 67 b2 af 
3a c0 ff ff ff ff
[  649.062407] i40e 01:00.0: 	0x00000060: 1c 00 00 00 00 00 00 00 74 73 
00 00 00 00 00 00
[  649.062408] i40e 01:00.0: 	0x00000070: 04 00 00 00 00 00 00 00 00 60 
de 8b f3 8a ff ff
[  649.062511] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062512] i40e 01:00.0 AQ CMD: opcode 0x0212, flags 0x3003, datalen 
0x0080, retval 0x0000
[  649.062512] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062513] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  649.062513] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D412000
[  649.062515] i40e 01:00.0 AQ CMD Buffer:
[  649.062516] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  649.062517] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.062519] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062521] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062521] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062522] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062523] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.062523] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062525] i40e 01:00.0 ntc 54 head 55.
[  649.062526] i40e 01:00.0 AQTX: desc and buffer:
[  649.062527] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  649.062528] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062529] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.062530] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  649.062530] i40e 01:00.0 AQ CMD Buffer:
[  649.062531] i40e 01:00.0: 	0x00000000: 01 00 03 10 00 00 01 00 00 00 
00 00 1b 00 00 00
[  649.062532] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.062532] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062533] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062534] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062535] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062536] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.062536] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062589] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062593] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  649.062595] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062597] i40e 01:00.0 	param (0,1)  0x00070187 0x01710001
[  649.062599] i40e 01:00.0 	addr (h,l)   0x0000000C 0x44814000
[  649.062603] i40e 01:00.0 ntc 55 head 56.
[  649.062606] i40e 01:00.0 AQTX: desc and buffer:
[  649.062607] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3400, datalen 
0x0080, retval 0x0000
[  649.062608] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062609] i40e 01:00.0 	param (0,1)  0x000100A0 0x00020000
[  649.062609] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  649.062610] i40e 01:00.0 AQ CMD Buffer:
[  649.062610] i40e 01:00.0: 	0x00000000: 40 02 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062612] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 40 00
[  649.062613] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062614] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062615] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062617] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062617] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062618] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062822] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062823] i40e 01:00.0 AQ CMD: opcode 0x0210, flags 0x3403, datalen 
0x0080, retval 0x0000
[  649.062825] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062825] i40e 01:00.0 	param (0,1)  0x00080188 0x01700002
[  649.062826] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D03E000
[  649.062827] i40e 01:00.0 AQ CMD Buffer:
[  649.062828] i40e 01:00.0: 	0x00000000: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  649.062828] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 40 00
[  649.062829] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062830] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062830] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062831] i40e 01:00.0: 	0x00000050: 00 00 01 00 88 c6 fa 00 00 00 
00 00 00 00 00 00
[  649.062832] i40e 01:00.0: 	0x00000060: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.062833] i40e 01:00.0: 	0x00000070: 08 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062836] i40e 01:00.0 ntc 56 head 57.
[  649.062837] i40e 01:00.0 AQTX: desc and buffer:
[  649.062837] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3000, datalen 
0x0040, retval 0x0000
[  649.062838] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062839] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  649.062840] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  649.062841] i40e 01:00.0 AQ CMD Buffer:
[  649.062842] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062844] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062845] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062845] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062948] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.062949] i40e 01:00.0 AQ CMD: opcode 0x0408, flags 0x3003, datalen 
0x0040, retval 0x0000
[  649.062950] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062951] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  649.062952] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4D26B000
[  649.062952] i40e 01:00.0 AQ CMD Buffer:
[  649.062953] i40e 01:00.0: 	0x00000000: 01 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062954] i40e 01:00.0: 	0x00000010: 02 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.062954] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062955] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062957] i40e 01:00.0 ntc 57 head 58.
[  649.062961] i40e 01:00.0 AQTX: desc and buffer:
[  649.062961] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3000, datalen 
0x0020, retval 0x0000
[  649.062962] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.062963] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  649.062964] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  649.062965] i40e 01:00.0 AQ CMD Buffer:
[  649.062966] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.062966] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063069] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.063070] i40e 01:00.0 AQ CMD: opcode 0x040A, flags 0x3003, datalen 
0x0020, retval 0x0000
[  649.063070] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.063072] i40e 01:00.0 	param (0,1)  0x00000188 0x00000000
[  649.063073] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4BF9A000
[  649.063074] i40e 01:00.0 AQ CMD Buffer:
[  649.063075] i40e 01:00.0: 	0x00000000: 01 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00
[  649.063077] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063082] i40e 01:00.0 ntc 58 head 59.
[  649.063083] i40e 01:00.0 AQTX: desc and buffer:
[  649.063084] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.063084] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.063085] i40e 01:00.0 	param (0,1)  0x00000000 0x88080000
[  649.063086] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  649.063239] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.063240] i40e 01:00.0 AQ CMD: opcode 0x025A, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.063241] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.063242] i40e 01:00.0 	param (0,1)  0x00050008 0x00FB01F8
[  649.063242] i40e 01:00.0 	addr (h,l)   0x0187000B 0x00000000
[  649.063245] i40e 01:00.0 ntc 59 head 60.
[  649.063246] i40e 01:00.0 AQTX: desc and buffer:
[  649.063247] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  649.063248] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.063248] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  649.063249] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  649.063250] i40e 01:00.0 AQ CMD Buffer:
[  649.063250] i40e 01:00.0: 	0x00000000: 30 00 00 00 00 00 00 00 01 5f 
3a c0 ff ff ff ff
[  649.063251] i40e 01:00.0: 	0x00000010: f4 73 00 00 00 00 00 00 2b a8 
0a 96 ff ff ff ff
[  649.063252] i40e 01:00.0: 	0x00000020: 9b a9 0a 96 ff ff ff ff 46 02 
00 00 00 00 00 00
[  649.063253] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 46 02 
00 00 00 00 00 00
[  649.063254] i40e 01:00.0: 	0x00000040: 20 76 47 47 8e 9f ff ff 50 5f 
3a c0 ff ff ff ff
[  649.063255] i40e 01:00.0: 	0x00000050: 30 76 47 47 8e 9f ff ff 38 77 
47 47 8e 9f ff ff
[  649.063256] i40e 01:00.0: 	0x00000060: 00 00 00 06 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063258] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 88 ae 
0a 96 ff ff ff ff
[  649.063258] i40e 01:00.0: 	0x00000080: 30 00 00 00 8e 9f ff ff 40 76 
47 47 8e 9f ff ff
[  649.063260] i40e 01:00.0: 	0x00000090: f8 75 47 47 8e 9f ff ff 00 3a 
1a 5c 4b c1 f1 67
[  649.063261] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 01 00 
00 00 00 00 00 00
[  649.063261] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063262] i40e 01:00.0: 	0x000000c0: 0b 00 87 01 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063263] i40e 01:00.0: 	0x000000d0: 08 60 de 8b f3 8a ff ff 00 00 
00 06 00 00 00 00
[  649.063263] i40e 01:00.0: 	0x000000e0: 4d 8c 39 c0 ff ff ff ff 20 00 
00 00 00 00 00 00
[  649.063264] i40e 01:00.0: 	0x000000f0: a8 76 47 47 8e 9f ff ff 60 76 
47 47 8e 9f ff ff
[  649.063265] i40e 01:00.0: 	0x00000100: 00 3a 1a 5c 4b c1 f1 67 00 00 
00 00 00 00 00 00
[  649.063266] i40e 01:00.0: 	0x00000110: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  649.063267] i40e 01:00.0: 	0x00000120: 60 27 48 8b f3 8a ff ff 38 77 
47 47 8e 9f ff ff
[  649.063268] i40e 01:00.0: 	0x00000130: 60 e7 f6 8b f3 8a ff ff 00 00 
00 00 00 00 00 00
[  649.063268] i40e 01:00.0: 	0x00000140: 08 60 de 8b f3 8a ff ff f2 d8 
37 c0 ff ff ff ff
[  649.063269] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 50 63 
de 8b f3 8a ff ff
[  649.063270] i40e 01:00.0: 	0x00000160: 00 00 00 00 08 00 00 00 70 01 
02 00 00 00 01 00
[  649.063270] i40e 01:00.0: 	0x00000170: ff 03 03 10 00 00 00 00 00 00 
00 00 1b 00 00 00
[  649.063271] i40e 01:00.0: 	0x00000180: 88 c6 fa 00 88 c6 fa 00 00 3a 
1a 5c 4b c1 f1 67
[  649.063272] i40e 01:00.0: 	0x00000190: 87 01 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063273] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 0b 00 
00 00 00 00 00 00
[  649.063274] i40e 01:00.0: 	0x000001b0: 08 88 00 00 00 00 00 00 38 77 
47 47 8e 9f ff ff
[  649.063274] i40e 01:00.0: 	0x000001c0: eb 18 38 c0 ff ff ff ff 08 60 
de 8b f3 8a ff ff
[  649.063275] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 ff ff 
ff ff 00 00 00 00
[  649.063276] i40e 01:00.0: 	0x000001e0: 03 20 5a 02 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.063276] i40e 01:00.0: 	0x000001f0: 08 00 05 00 f8 01 fb 00 0b 00 
87 01 00 00 00 00
[  649.063277] i40e 01:00.0: 	0x00000200: 00 3a 1a 5c 4b c1 f1 67 08 60 
de 8b f3 8a ff ff
[  649.063280] i40e 01:00.0: 	0x00000210: 87 01 00 00 00 00 00 00
[  649.066766] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.066767] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  649.066767] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.066768] i40e 01:00.0 	param (0,1)  0x00000002 0x00000000
[  649.066769] i40e 01:00.0 	addr (h,l)   0x0000000C 0x35A79000
[  649.066770] i40e 01:00.0 AQ CMD Buffer:
[  649.066771] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  649.066773] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.066774] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066775] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066775] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066776] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066777] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066777] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066778] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066779] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066779] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066780] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066781] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066782] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066782] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066783] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066783] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066784] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066785] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066785] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066786] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066787] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066787] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066788] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066789] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066790] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066790] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066791] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066792] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066792] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066793] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066794] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066795] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.066796] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.066799] i40e 01:00.0 ntc 60 head 61.
[  649.066800] i40e 01:00.0 AQTX: desc and buffer:
[  649.066800] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.066801] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.066802] i40e 01:00.0 	param (0,1)  0x00000003 0x00000000
[  649.066802] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.068824] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.068824] i40e 01:00.0 AQ CMD: opcode 0x0607, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.068825] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.068826] i40e 01:00.0 	param (0,1)  0x08140001 0x000080E1
[  649.068826] i40e 01:00.0 	addr (h,l)   0x00042600 0x00081000
[  649.068829] i40e 01:00.0 ntc 61 head 62.
[  649.068831] i40e 01:00.0 AQTX: desc and buffer:
[  649.068832] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3200, datalen 
0x0218, retval 0x0000
[  649.068832] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.068833] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.068833] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  649.068834] i40e 01:00.0 AQ CMD Buffer:
[  649.068835] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 33 00 00 ff ff 
00 00 00 00 00 00
[  649.068835] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.068836] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068837] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068837] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068838] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068839] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068840] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068840] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068841] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068842] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068842] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068843] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068844] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068844] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068845] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068846] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068846] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068847] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068848] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068848] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068849] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068850] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068850] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068852] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068852] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068854] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068855] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068855] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068856] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068857] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068858] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068858] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.068859] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.072344] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.072345] i40e 01:00.0 AQ CMD: opcode 0x0600, flags 0x3203, datalen 
0x0218, retval 0x0000
[  649.072346] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.072346] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  649.072347] i40e 01:00.0 	addr (h,l)   0x0000000C 0x48943000
[  649.072347] i40e 01:00.0 AQ CMD Buffer:
[  649.072348] i40e 01:00.0: 	0x00000000: 83 00 70 38 0c 3c 00 00 ff ff 
00 00 00 00 00 00
[  649.072349] i40e 01:00.0: 	0x00000010: 00 1b 21 00 03 10 01 00 00 00 
00 00 00 00 00 00
[  649.072350] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072350] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072351] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072352] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072352] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072353] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072354] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072354] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072355] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072356] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072356] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072357] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072358] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072358] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072359] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072360] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072361] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072361] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072362] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072363] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072363] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072365] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072366] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072366] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072367] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072368] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072368] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072369] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072370] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072370] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072371] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072372] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00
[  649.072651] i40e 01:00.0 ntc 62 head 63.
[  649.072652] i40e 01:00.0 AQTX: desc and buffer:
[  649.072653] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3400, datalen 
0x0080, retval 0x0000
[  649.072654] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.072654] i40e 01:00.0 	param (0,1)  0x00000187 0x00000000
[  649.072656] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  649.072656] i40e 01:00.0 AQ CMD Buffer:
[  649.072657] i40e 01:00.0: 	0x00000000: 04 00 03 10 00 00 01 00 00 00 
00 00 03 00 00 00
[  649.072658] i40e 01:00.0: 	0x00000010: 88 c6 fa 00 88 c6 fa 00 00 00 
40 00 00 00 41 00
[  649.072658] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072659] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072661] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072661] i40e 01:00.0: 	0x00000050: 00 00 01 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072664] i40e 01:00.0: 	0x00000060: 01 00 ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[  649.072665] i40e 01:00.0: 	0x00000070: 07 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  649.072717] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.072718] i40e 01:00.0 AQ CMD: opcode 0x0211, flags 0x3403, datalen 
0x0000, retval 0x0000
[  649.072719] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.072719] i40e 01:00.0 	param (0,1)  0x00070187 0x01700002
[  649.072720] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FA2000
[  649.074094] irq 111: Affinity broken due to vector space exhaustion.
[  649.074105] irq 115: Affinity broken due to vector space exhaustion.
[  649.074254] i40e 01:00.0 ntc 63 head 64.
[  649.074255] i40e 01:00.0 AQTX: desc and buffer:
[  649.074256] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.074257] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.074258] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  649.074258] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.074361] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.074362] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.074363] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.074363] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  649.074364] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.074366] i40e 01:00.0 ntc 64 head 65.
[  649.074368] i40e 01:00.0 AQTX: desc and buffer:
[  649.074368] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3400, datalen 
0x0008, retval 0x0000
[  649.074369] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.074370] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  649.074370] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  649.074371] i40e 01:00.0 AQ CMD Buffer:
[  649.074372] i40e 01:00.0: 	0x00000000: 32 2e 38 2e 32 30 2d 6b
[  649.074424] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.074425] i40e 01:00.0 AQ CMD: opcode 0x0002, flags 0x3403, datalen 
0x0000, retval 0x0000
[  649.074426] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.074426] i40e 01:00.0 	param (0,1)  0x00140802 0x00000000
[  649.074427] i40e 01:00.0 	addr (h,l)   0x0000000C 0x49FB8000
[  649.954693] i40e 01:00.0 ntc 65 head 66.
[  649.954694] i40e 01:00.0 AQTX: desc and buffer:
[  649.954695] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.954696] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.954697] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  649.954698] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.954851] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.954852] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.954853] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.954854] i40e 01:00.0 	param (0,1)  0x00040004 0x00000187
[  649.954854] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.954856] i40e 01:00.0 ntc 66 head 67.
[  649.954857] i40e 01:00.0 AQTX: desc and buffer:
[  649.954858] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3400, datalen 
0x0020, retval 0x0000
[  649.954859] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.954860] i40e 01:00.0 	param (0,1)  0x81870002 0x00000000
[  649.954860] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  649.954861] i40e 01:00.0 AQ CMD Buffer:
[  649.954862] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 ff 00 00 00
[  649.954863] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 ff 00 00 00
[  649.955269] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.955270] i40e 01:00.0 AQ CMD: opcode 0x0250, flags 0x3403, datalen 
0x0020, retval 0x0000
[  649.955271] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.955271] i40e 01:00.0 	param (0,1)  0x05F80001 0x00000000
[  649.955272] i40e 01:00.0 	addr (h,l)   0x0000000C 0x46848000
[  649.955273] i40e 01:00.0 AQ CMD Buffer:
[  649.955273] i40e 01:00.0: 	0x00000000: 24 6e 96 9d 10 a6 00 00 05 00 
00 00 01 00 00 00
[  649.955274] i40e 01:00.0: 	0x00000010: 01 00 5e 00 00 01 00 00 15 00 
00 00 01 00 00 00
[  649.955277] i40e 01:00.0 ntc 67 head 68.
[  649.955278] i40e 01:00.0 AQTX: desc and buffer:
[  649.955279] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2000, datalen 
0x0000, retval 0x0000
[  649.955279] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.955280] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  649.955281] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  649.955383] i40e 01:00.0 AQTX: desc and buffer writeback:
[  649.955384] i40e 01:00.0 AQ CMD: opcode 0x0254, flags 0x2003, datalen 
0x0000, retval 0x0000
[  649.955385] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  649.955385] i40e 01:00.0 	param (0,1)  0x00080008 0x00000187
[  649.955386] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  679.396951] i40e 01:00.0 ntc 68 head 69.
[  679.396953] i40e 01:00.0 AQTX: desc and buffer:
[  679.396954] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2000, datalen 
0x0000, retval 0x0000
[  679.396954] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  679.396955] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  679.396956] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  679.397008] i40e 01:00.0 AQTX: desc and buffer writeback:
[  679.397009] i40e 01:00.0 AQ CMD: opcode 0x0003, flags 0x2003, datalen 
0x0000, retval 0x0000
[  679.397010] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  679.397010] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  679.397011] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  682.698761] i40e 01:00.0 AQTX: desc and buffer:
[  682.698762] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2000, datalen 
0x0000, retval 0x0000
[  682.698763] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  682.698763] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  682.698764] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  682.739263] i40e 01:00.0 AQTX: desc and buffer writeback:
[  682.739264] i40e 01:00.0 AQ CMD: opcode 0x0001, flags 0x2003, datalen 
0x0000, retval 0x0000
[  682.739264] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  682.739265] i40e 01:00.0 	param (0,1)  0x000052E4 0x0000BDDB
[  682.739266] i40e 01:00.0 	addr (h,l)   0x00500006 0x00070001
[  682.739268] i40e 01:00.0 ntc 0 head 1.
[  682.739269] i40e 01:00.0 AQTX: desc and buffer:
[  682.739270] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  682.739271] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  682.739271] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  682.739272] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  682.991796] i40e 01:00.0 AQTX: desc and buffer writeback:
[  682.991797] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  682.991798] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  682.991799] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  682.991799] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  682.991800] i40e 01:00.0 AQTX: Writeback timeout.
[  682.991802] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  682.991803] i40e 01:00.0 AQTX: desc and buffer:
[  682.991804] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  682.991805] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  682.991805] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  682.991806] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.244333] i40e 01:00.0 AQTX: desc and buffer writeback:
[  683.244333] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.244334] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.244335] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.244335] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.244336] i40e 01:00.0 AQTX: Writeback timeout.
[  683.244338] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  683.244339] i40e 01:00.0 AQTX: desc and buffer:
[  683.244340] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.244341] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.244341] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.244342] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.496868] i40e 01:00.0 AQTX: desc and buffer writeback:
[  683.496869] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.496870] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.496870] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.496871] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.496872] i40e 01:00.0 AQTX: Writeback timeout.
[  683.496873] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  683.496875] i40e 01:00.0 AQTX: desc and buffer:
[  683.496876] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.496876] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.496877] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.496877] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.749402] i40e 01:00.0 AQTX: desc and buffer writeback:
[  683.749403] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.749404] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.749404] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.749405] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  683.749406] i40e 01:00.0 AQTX: Writeback timeout.
[  683.749407] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  683.749408] i40e 01:00.0 AQTX: desc and buffer:
[  683.749409] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  683.749410] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  683.749410] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  683.749411] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.001928] i40e 01:00.0 AQTX: desc and buffer writeback:
[  684.001929] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.001930] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.001930] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  684.001931] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.001932] i40e 01:00.0 AQTX: Writeback timeout.
[  684.001933] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  684.001935] i40e 01:00.0 AQTX: desc and buffer:
[  684.001936] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.001936] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.001937] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  684.001938] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.254465] i40e 01:00.0 AQTX: desc and buffer writeback:
[  684.254465] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.254466] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.254467] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  684.254467] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.254468] i40e 01:00.0 AQTX: Writeback timeout.
[  684.254470] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  684.254471] i40e 01:00.0 AQTX: desc and buffer:
[  684.254472] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.254472] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.254473] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  684.254474] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.506999] i40e 01:00.0 AQTX: desc and buffer writeback:
[  684.507000] i40e 01:00.0 AQ CMD: opcode 0x0009, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.507001] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.507001] i40e 01:00.0 	param (0,1)  0x00000001 0x00000000
[  684.507002] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.507003] i40e 01:00.0 AQTX: Writeback timeout.
[  684.507004] i40e 01:00.0 AQTX: desc and buffer:
[  684.507005] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.507006] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.507006] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  684.507007] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.759525] i40e 01:00.0 AQTX: desc and buffer writeback:
[  684.759526] i40e 01:00.0 AQ CMD: opcode 0x0008, flags 0x2000, datalen 
0x0000, retval 0x0000
[  684.759526] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.759527] i40e 01:00.0 	param (0,1)  0x00010001 0x00000000
[  684.759527] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  684.759528] i40e 01:00.0 AQTX: Writeback timeout.
[  684.759530] i40e 01:00.0 NVM acquire type 1 failed time_left=0 
ret=-54 aq_err=0
[  684.759532] i40e 01:00.0 AQTX: desc and buffer:
[  684.759533] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  684.759534] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  684.759534] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  684.759535] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4DD1F000
[  684.759536] i40e 01:00.0 AQ CMD Buffer:
[  684.759537] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759538] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759539] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759539] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759540] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759540] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759541] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759542] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759542] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759543] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759544] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759544] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759545] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759545] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759546] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759547] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759547] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759548] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759549] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759549] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759550] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759551] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759551] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759552] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759553] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759562] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759565] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759570] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759572] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759574] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759576] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759579] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759581] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759584] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759586] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759589] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759592] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759594] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759598] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759602] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759605] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759607] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759609] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759612] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759614] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759614] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759615] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759616] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759617] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759617] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759618] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759619] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759620] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759620] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759621] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759622] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759622] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759623] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759624] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759625] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759629] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759630] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759630] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759631] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759632] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759633] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759633] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759634] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759635] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759636] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759637] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759637] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759638] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759639] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759639] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759640] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759641] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759642] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759643] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  684.759643] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012172] i40e 01:00.0 AQTX: desc and buffer writeback:
[  685.012173] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0000, retval 0x0000
[  685.012174] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  685.012174] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  685.012175] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  685.012176] i40e 01:00.0 AQTX: Writeback timeout.
[  685.012178] i40e 01:00.0 AQTX: desc and buffer:
[  685.012179] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0500, retval 0x0000
[  685.012179] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  685.012180] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  685.012180] i40e 01:00.0 	addr (h,l)   0x0000000C 0x4E2D6000
[  685.012181] i40e 01:00.0 AQ CMD Buffer:
[  685.012182] i40e 01:00.0: 	0x00000000: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012182] i40e 01:00.0: 	0x00000010: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012183] i40e 01:00.0: 	0x00000020: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012184] i40e 01:00.0: 	0x00000030: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012184] i40e 01:00.0: 	0x00000040: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012185] i40e 01:00.0: 	0x00000050: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012186] i40e 01:00.0: 	0x00000060: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012186] i40e 01:00.0: 	0x00000070: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012187] i40e 01:00.0: 	0x00000080: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012187] i40e 01:00.0: 	0x00000090: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012188] i40e 01:00.0: 	0x000000a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012189] i40e 01:00.0: 	0x000000b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012189] i40e 01:00.0: 	0x000000c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012190] i40e 01:00.0: 	0x000000d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012190] i40e 01:00.0: 	0x000000e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012191] i40e 01:00.0: 	0x000000f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012192] i40e 01:00.0: 	0x00000100: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012193] i40e 01:00.0: 	0x00000110: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012193] i40e 01:00.0: 	0x00000120: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012194] i40e 01:00.0: 	0x00000130: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012195] i40e 01:00.0: 	0x00000140: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012195] i40e 01:00.0: 	0x00000150: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012196] i40e 01:00.0: 	0x00000160: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012196] i40e 01:00.0: 	0x00000170: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012197] i40e 01:00.0: 	0x00000180: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012198] i40e 01:00.0: 	0x00000190: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012198] i40e 01:00.0: 	0x000001a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012199] i40e 01:00.0: 	0x000001b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012199] i40e 01:00.0: 	0x000001c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012200] i40e 01:00.0: 	0x000001d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012201] i40e 01:00.0: 	0x000001e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012201] i40e 01:00.0: 	0x000001f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012202] i40e 01:00.0: 	0x00000200: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012202] i40e 01:00.0: 	0x00000210: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012203] i40e 01:00.0: 	0x00000220: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012204] i40e 01:00.0: 	0x00000230: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012204] i40e 01:00.0: 	0x00000240: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012205] i40e 01:00.0: 	0x00000250: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012206] i40e 01:00.0: 	0x00000260: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012206] i40e 01:00.0: 	0x00000270: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012207] i40e 01:00.0: 	0x00000280: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012207] i40e 01:00.0: 	0x00000290: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012208] i40e 01:00.0: 	0x000002a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012209] i40e 01:00.0: 	0x000002b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012209] i40e 01:00.0: 	0x000002c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012210] i40e 01:00.0: 	0x000002d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012210] i40e 01:00.0: 	0x000002e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012211] i40e 01:00.0: 	0x000002f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012212] i40e 01:00.0: 	0x00000300: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012212] i40e 01:00.0: 	0x00000310: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012213] i40e 01:00.0: 	0x00000320: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012213] i40e 01:00.0: 	0x00000330: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012214] i40e 01:00.0: 	0x00000340: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012215] i40e 01:00.0: 	0x00000350: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012216] i40e 01:00.0: 	0x00000360: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012216] i40e 01:00.0: 	0x00000370: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012217] i40e 01:00.0: 	0x00000380: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012218] i40e 01:00.0: 	0x00000390: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012218] i40e 01:00.0: 	0x000003a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012219] i40e 01:00.0: 	0x000003b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012220] i40e 01:00.0: 	0x000003c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012220] i40e 01:00.0: 	0x000003d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012221] i40e 01:00.0: 	0x000003e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012222] i40e 01:00.0: 	0x000003f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012222] i40e 01:00.0: 	0x00000400: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012223] i40e 01:00.0: 	0x00000410: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012224] i40e 01:00.0: 	0x00000420: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012224] i40e 01:00.0: 	0x00000430: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012225] i40e 01:00.0: 	0x00000440: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012226] i40e 01:00.0: 	0x00000450: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012226] i40e 01:00.0: 	0x00000460: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012227] i40e 01:00.0: 	0x00000470: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012228] i40e 01:00.0: 	0x00000480: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012228] i40e 01:00.0: 	0x00000490: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012229] i40e 01:00.0: 	0x000004a0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012230] i40e 01:00.0: 	0x000004b0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012230] i40e 01:00.0: 	0x000004c0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012231] i40e 01:00.0: 	0x000004d0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012232] i40e 01:00.0: 	0x000004e0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.012232] i40e 01:00.0: 	0x000004f0: 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00
[  685.264758] i40e 01:00.0 AQTX: desc and buffer writeback:
[  685.264759] i40e 01:00.0 AQ CMD: opcode 0x000A, flags 0x3200, datalen 
0x0000, retval 0x0000
[  685.264759] i40e 01:00.0 	cookie (h,l) 0x00000000 0x00000000
[  685.264760] i40e 01:00.0 	param (0,1)  0x00000000 0x00000000
[  685.264761] i40e 01:00.0 	addr (h,l)   0x00000000 0x00000000
[  685.264762] i40e 01:00.0 AQTX: Writeback timeout.

<ZAP a lot of the exact same stuff>

[  747.176929] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  747.176937] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  747.176945] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  747.176975] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  752.177625] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  752.177662] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.

Message from syslogd at debian at Nov 21 08:29:57 ...
  kernel:[  756.313559] watchdog: BUG: soft lockup - CPU#18 stuck for 
22s! [python3:1469]
[  756.313559] watchdog: BUG: soft lockup - CPU#18 stuck for 22s! 
[python3:1469]
[  756.314063] CPU: 18 PID: 1469 Comm: python3 Tainted: G             L 
   5.4.0-rc8reviewed3 #1
[  756.314077] RSP: 0018:ffff9f8e47477628 EFLAGS: 00000246 ORIG_RAX: 
ffffffffffffff13
[  756.314079] RAX: 0000000000000027 RBX: 00000000003bf149 RCX: 
0000000000000027
[  756.314081] R13: ffffffffc03a5b01 R14: ffff9f8e47477680 R15: 
0000000000000001
[  756.314084] CR2: 00007f74ad5e69a0 CR3: 0000000c4bf76004 CR4: 
00000000001606e0
[  756.314117]  ? apic_timer_interrupt+0xa/0x20
[  756.314144]  i40e_xdp+0x18b/0x1b0 [i40e]
[  756.314169]  rtnl_setlink+0xdd/0x140
[  756.314178]  netlink_rcv_skb+0x43/0x110
[  756.314186]  __sys_sendto+0xfe/0x170
[  756.314197] RIP: 0033:0x7ff8baaf28fa
[  756.314198] RSP: 002b:00007ffdf8fda1c8 EFLAGS: 00000246 ORIG_RAX: 
000000000000002c
[  756.314201] R10: 0000000000000000 R11: 0000000000000246 R12: 
00007ff8b6afaf00
[  756.314201] R13: 0000000000000004 R14: 00000000ffffffff R15: 
00007ffdf8fda1e0
[  756.314204] Sending NMI from CPU 18 to CPUs 0-17,19-23:
[  756.314233] CPU: 1 PID: 521 Comm: systemd-journal Tainted: G 
    L    5.4.0-rc8reviewed3 #1
[  756.314236] RIP: 0010:___bpf_prog_run+0x13bf/0x18a0
[  756.314239] RSP: 0018:ffff9f8e469f7d60 EFLAGS: 00000202
[  756.314242] RAX: 0000000000000000 RBX: ffff9f8e46599058 RCX: 
0000000000000004
[  756.314244] RDX: 0000000040000003 RSI: 0000000000000055 RDI: 
0000000000000000
[  756.314245] RBP: ffff9f8e469f7da0 R08: 0000000000000000 R09: 
0000000000000000
[  756.314247] R10: 0000000000000000 R11: 0000000000000000 R12: 
0000000000000000
[  756.314250] FS:  00007fd48387c940(0000) GS:ffff8aff8f800000(0000) 
knlGS:0000000000000000
[  756.314252] CR2: 00007fd47e428000 CR3: 0000000c488c2005 CR4: 
00000000001606e0
[  756.314257]  do_syscall_64+0x2ea/0x379
[  756.314262] RSP: 002b:00007fff662918c8 EFLAGS: 00000293 ORIG_RAX: 
0000000000000053
[  756.314266] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 
000056294e18b7b0
[  756.314270] R13: 0000000000000001 R14: 000056294e18b7b0 R15: 
0000000000000009
[  756.314611] NMI backtrace for cpu 5 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.314912] NMI backtrace for cpu 8 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.315210] NMI backtrace for cpu 11 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.315320] RIP: 0033:0x7f05a4db9a5d
[  756.315321] RSP: 002b:00007ffd270b60b8 EFLAGS: 00000246
[  756.315322] RAX: 0000000000000000 RBX: 00007ffd270b6150 RCX: 
00007f05a4db9a5d
[  756.315325] R13: 000055adc5961f40 R14: 0000000000000003 R15: 
0000000000000000
[  756.315513] NMI backtrace for cpu 14 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.315813] NMI backtrace for cpu 17 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.316111] NMI backtrace for cpu 21 skipped: idling at 
mwait_idle+0x9d/0x1c0
[  756.316220] RIP: 0033:0x7f771acdf969
[  756.316221] RSP: 002b:00007ffc17f13920 EFLAGS: 00000202
[  756.316222] RAX: 00007ffc17f13978 RBX: 0000000000000000 RCX: 
000055ed865530dd
[  756.316223] RBP: 000055ed865530dd R08: 0000000000000000 R09: 
0000000000000001
[  756.316224] R13: 00007ffc17f13a10 R14: 000055ed865530cd R15: 
00007ffc17f13aac
[  756.316224] FS:  00007f771ac93dc0 GS:  0000000000000000
[  762.179587] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  762.179659] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  766.703560] rcu: INFO: rcu_sched self-detected stall on CPU
[  766.704658] 	(t=84004 jiffies g=11725 q=50275)
[  766.704662] CPU: 18 PID: 1469 Comm: python3 Tainted: G             L 
   5.4.0-rc8reviewed3 #1
[  766.704679]  nmi_cpu_backtrace.cold.7+0x13/0x51
[  766.704691]  rcu_dump_cpu_stacks+0x94/0xc2
[  766.704717]  hrtimer_interrupt+0xfe/0x220
[  766.704730]  </IRQ>
[  766.704751] RSP: 0018:ffff9f8e474776e8 EFLAGS: 00000282 ORIG_RAX: 
ffffffffffffff13
[  766.704753] RAX: ffff9f8e48880300 RBX: ffff8af38bde6008 RCX: 
0000000000000500
[  766.704756] R10: 0000000000031640 R11: 0000000000000001 R12: 
ffff9f8e47477768
[  766.704769]  ? __kmalloc+0xbf/0x5e0
[  766.704789]  i40e_rebuild+0x2ad/0x810 [i40e]
[  766.704808]  dev_xdp_install+0x5d/0x80
[  766.704825]  ? rtnl_calcit.isra.32+0x110/0x110
[  766.704830]  netlink_sendmsg+0x209/0x3c0
[  766.704839]  __x64_sys_sendto+0x21/0x30
[  766.704849] RIP: 0033:0x7ff8baaf28fa
[  766.704852] RAX: ffffffffffffffda RBX: 0000000000000017 RCX: 
00007ff8baaf28fa
[  766.704855] R13: 0000000000000004 R14: 00000000ffffffff R15: 
00007ffdf8fda1e0
[  767.180630] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  767.180679] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  772.181584] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  772.181638] systemd-journald[521]: /dev/kmsg buffer overrun, some 
messages lost.
[  776.082968] ^C
root at debian:~#
Message from syslogd at debian at Nov 21 08:30:33 ...
  kernel:[  792.313562] watchdog: BUG: soft lockup - CPU#18 stuck for 
22s! [python3:1469]




[X.] Other notes, patches, fixes, workarounds:

As a workaround, we have modified i40e_get_capabilities to break the 
loop after X attempts, retuning an error. This works around the cpu soft 
lockup efficiently, but does not solve the root cause. With this horrid 
patch of ours, after a while, we observe that the writebacks are once 
again done, which means that the root cause is transient.


More information about the Intel-wired-lan mailing list