psample: adjust size if rate_as_probability is set
authorAdrian Moreno <amorenoz@redhat.com>
Tue, 17 Dec 2024 11:37:39 +0000 (12:37 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Dec 2024 03:23:04 +0000 (19:23 -0800)
commit5eecd85c77a254a43bde3212da8047b001745c9f
tree043c95b5335eae893f64ad79bf8e80192668215d
parent5eb70dbebf32c2fd1f2814c654ae17fc47d6e859
psample: adjust size if rate_as_probability is set

If PSAMPLE_ATTR_SAMPLE_PROBABILITY flag is to be sent, the available
size for the packet data has to be adjusted accordingly.

Also, check the error code returned by nla_put_flag.

Fixes: 7b1b2b60c63f ("net: psample: allow using rate as probability")
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
Reviewed-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/20241217113739.3929300-1-amorenoz@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/psample/psample.c