[dpdk-dev] [PATCH v2 5/9] net/hns3: extract a common file
Ferruh Yigit
ferruh.yigit at intel.com
Fri Nov 5 18:11:53 CET 2021
On 11/5/2021 2:46 AM, Min Hu (Connor) wrote:
> @@ -1047,28 +1031,20 @@ hns3_test_and_clear_bit(unsigned int nr, volatile uint64_t *addr)
> return __atomic_fetch_and(addr, ~mask, __ATOMIC_RELAXED) & mask;
> }
>
> +uint32_t hns3_get_speed_capa(struct hns3_hw *hw);
> +
This looks git rebase error, above function is unrelated with the moved
functions, also it cause a build error in the middle of the set because
that function is static in this patch.
Above change is required in last patch, 9/9, where this function made
non-static.
More information about the dev
mailing list