From 92a04168390a2cb67cb60891e5870626d58c2abb Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 24 Sep 2013 23:21:57 +0100 Subject: [PATCH] sfc: Tighten the check for RX merged completion events The addition of RX event merging support means we don't reliably detect dropped RX events now. Currently we will only detect them if the previous event for the RX queue had the CONT bit set. Only accept RX completion events as merged if the GET_CAPABILITIES_OUT_RX_BATCHING bit is set in datapath_caps (which it won't be for the low-latency datapath) and the CONT bit is not set on the event. Signed-off-by: Ben Hutchings --- Reading git-format-patch failed