Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/92959 _apply issues_ Submitter: Jie Zhou Date: 2021-05-05 17:36:14 Reply_mail: 1620236174-10676-11-git-send-email-jizh@linux.microsoft.com DPDK git baseline: Repo:dpdk, CommitID: ca7036b4af3a82d258cca914e71171434b3d0320 * Repo: dpdk The vhost library currently configures Tx offloading (PKT_TX_*) on any packet received from a guest virtio device which asks for some offloading. This is problematic, as Tx offloading is something that the application must ask for: the application needs to configure devices to support every used offloads (ip, tcp checksumming, tso..), and the various l2/l3/l4 lengths must be set following any processing that -- This will be required in git-pw 2.0 Starting new HTTP connection (1): proxy-shz.intel.com Starting new HTTP connection (1): proxy-shz.intel.com error: patch failed: lib/eal/windows/include/rte_os_shim.h:20 error: lib/eal/windows/include/rte_os_shim.h: patch does not apply Applying: lib: build libraries that testpmd depends on Applying: eal/windows: add necessary macros Patch failed at 0002 eal/windows: add necessary macros Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team