options: reject placement IDs larger than the max
authorVincent Fu <vincent.fu@samsung.com>
Thu, 4 Apr 2024 16:40:03 +0000 (16:40 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 24 Apr 2024 17:44:09 +0000 (13:44 -0400)
commit3dabef7c3139835d4afada65fb3f7ac8609e42eb
tree03a9820be8fd6530529bc81c4e65065acab534a3
parent1a3a21b73727358c8bb9b4a9762ce30acd9e492e
options: reject placement IDs larger than the max

Placement IDs are a 16-bit value. So we should notify users if the
provided placement IDs are too large.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
options.c