zijianzhang@ wrote: > From: Zijian Zhang <zijianzhang@xxxxxxxxxxxxx> > > Add push/pop checking for msg_verify_data in test_sockmap. In pop/push > and cork tests, the logic will be different, > 1. It makes the layout of the received data difficult > 2. It makes it hard to calculate the total_bytes in the recvmsg > Temporarily skip the data integrity test for these cases now, added a TODO > > Fixes: ee9b352ce465 ("selftests/bpf: Fix msg_verify_data in test_sockmap") > Signed-off-by: Zijian Zhang <zijianzhang@xxxxxxxxxxxxx> > --- Reviewed-by: John Fastabend <john.fastabend@xxxxxxxxx>